Fix missing declaration.
This commit is contained in:
parent
578df0f484
commit
ff14ddf914
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ private:
|
|||
static void refresh_tile(void* tileMgr, long tileIndex);
|
||||
|
||||
SGPropertyNode_ptr _visibilityMeters;
|
||||
SGPropertyNode_ptr _maxTileRangeM;
|
||||
SGPropertyNode_ptr _maxTileRangeM, _disableNasalHooks;
|
||||
|
||||
public:
|
||||
FGTileMgr();
|
||||
|
|
Loading…
Reference in a new issue