mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 16:33:30 +00:00
added end of line in all files
This commit is contained in:
@@ -27,4 +27,4 @@ private _fy = _latitudeInGame / _mapHeight;
|
||||
private _realLat = _SW_lat + (_fx * _edgeSE_lat) + (_fy * _edgeNW_lat);
|
||||
private _realLon = _SW_lon + (_fx * _edgeSE_lon) + (_fy * _edgeNW_lon);
|
||||
|
||||
[_realLat, _realLon, _altitude]
|
||||
[_realLat, _realLon, _altitude]
|
||||
|
||||
Reference in New Issue
Block a user