Improving performance, but breaking vertex buffers
This commit is contained in:
@@ -264,8 +264,8 @@ public:
|
||||
{
|
||||
root = insert(root, key);
|
||||
_size++;
|
||||
refreshIterators();
|
||||
}
|
||||
refreshIterators();
|
||||
return root->pair.value;
|
||||
}
|
||||
Iterator find(const K &key)
|
||||
|
||||
Reference in New Issue
Block a user