File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ return {
10
10
DCSEventHandlers = require (" SharkPlanner.Base.DCSEventHandlers" ),
11
11
Configuration = require (" SharkPlanner.Base.Configuration" ),
12
12
Camera = require (" SharkPlanner.Base.Camera" ),
13
+ TerrainHelper = require (" SharkPlanner.Base.TerrainHelper" ),
13
14
}
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ local Hemispheres = require("SharkPlanner.Base.Hemispheres")
12
12
local Configuration = require (" SharkPlanner.Base.Configuration" )
13
13
-- Table is needed for quick checks
14
14
local Table = require (" SharkPlanner.Utils.Table" )
15
- local TerrainHelper = require (" SharkPlanner.Modules.UH-60L.TerrainHelper" )
15
+ -- TerrainHelper ensure we have a way to interuct with terrain data
16
+ local TerrainHelper = require (" SharkPlanner.Base.TerrainHelper" )
16
17
-- for coordinate conversion you might need math module
17
18
require (" math" )
18
19
You can’t perform that action at this time.
0 commit comments