Sdk/World: Fix uninitialize value found by valgrind
This commit is contained in:
@@ -13,7 +13,8 @@ namespace Ndk
|
||||
* \param addDefaultSystems Should default provided systems be used
|
||||
*/
|
||||
|
||||
inline World::World(bool addDefaultSystems)
|
||||
inline World::World(bool addDefaultSystems) :
|
||||
m_orderedSystemsUpdated(false)
|
||||
{
|
||||
if (addDefaultSystems)
|
||||
AddDefaultSystems();
|
||||
|
||||
Reference in New Issue
Block a user