]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/FGTileLoader.hxx
Tile pager tweaks.
[flightgear.git] / src / Scenery / FGTileLoader.hxx
index f8d1ba03ba420eae160a98dd9545d66eecd23a98..91ecb82df74b4913d4d97664399491665f5e5bbd 100644 (file)
@@ -54,6 +54,13 @@ public:
      */
     ~FGTileLoader();
 
+    /**
+     * Flush anything in pending load queue without doing the work
+     * Leave the free queue intact since that's are only record of
+     * things we need to remove.
+     */
+    void reinit();
+    
     /**
      * Add a tile to the end of the load queue.
      * @param tile The tile to be loaded from disk.