Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up GameObjectManager::get_singleton_by_type
It had been scanning through the full list of objects, instead of looking up the singleton in m_objects_by_type_index.
- Loading branch information