]> git.mxchange.org Git - flightgear.git/commitdiff
Added a function to query the current size of the tile load queue.
authorcurt <curt>
Fri, 15 Sep 2000 19:28:45 +0000 (19:28 +0000)
committercurt <curt>
Fri, 15 Sep 2000 19:28:45 +0000 (19:28 +0000)
src/Scenery/tilemgr.hxx

index 39616d0c74e5a9efd7c9bf553f8e6064a0efaedd..4cd675b7e40a846a81df54b132c20e7cdecaeff4 100644 (file)
@@ -171,6 +171,8 @@ public:
     // transform and update it's range selector based on current
     // visibilty
     void prep_ssg_nodes( void );
+
+    inline int queue_size() const { return load_queue.size(); }
 };