Fix minor compilation bug in geo.nas
This commit is contained in:
parent
ce29632882
commit
b5c67d82bc
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ var Coord = {
|
|||
alt: func { me._pupdate(); me._alt },
|
||||
latlon: func { me._pupdate(); [me._lat * R2D, me._lon * R2D, me._alt] },
|
||||
|
||||
set_x: func(x) { me._cupdate(); me._pdirty = 1; me._x = x; me };
|
||||
set_x: func(x) { me._cupdate(); me._pdirty = 1; me._x = x; me },
|
||||
set_y: func(y) { me._cupdate(); me._pdirty = 1; me._y = y; me },
|
||||
set_z: func(z) { me._cupdate(); me._pdirty = 1; me._z = z; me },
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue