mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 19:29:19 +02:00
async mesh loading
This commit is contained in:
@@ -227,6 +227,16 @@ node_groups::update_map()
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
node_groups::ensure_map_index()
|
||||
{
|
||||
if( m_map_index_built ) {
|
||||
return;
|
||||
}
|
||||
update_map();
|
||||
m_map_index_built = true;
|
||||
}
|
||||
|
||||
// returns current active group, or null_handle if group stack is empty
|
||||
group_handle
|
||||
node_groups::handle() const {
|
||||
|
||||
Reference in New Issue
Block a user