Ndk/BaseComponent: Fix crash
(Also fix ugly hackfix) Former-commit-id: b176fb3abc0f541765658376fdd086241c94e279
This commit is contained in:
@@ -11,8 +11,6 @@ namespace Ndk
|
||||
{
|
||||
if (addDefaultSystems)
|
||||
AddDefaultSystems();
|
||||
|
||||
m_entities.reserve(100); // Temporaire, je le jure
|
||||
}
|
||||
|
||||
inline BaseSystem& World::AddSystem(std::unique_ptr<BaseSystem>&& system)
|
||||
|
||||
Reference in New Issue
Block a user