1
0
Fork 0

Added a function to query the current size of the tile load queue.

This commit is contained in:
curt 2000-09-15 19:28:45 +00:00
parent f21847b3c2
commit f47fb1e1c2

View file

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