Added a function to query the current size of the tile load queue.
This commit is contained in:
parent
f21847b3c2
commit
f47fb1e1c2
1 changed files with 2 additions and 0 deletions
|
@ -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(); }
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue