diff --git a/core/include/cubos/core/ecs/world.hpp b/core/include/cubos/core/ecs/world.hpp index b1197bf08..cf2230129 100644 --- a/core/include/cubos/core/ecs/world.hpp +++ b/core/include/cubos/core/ecs/world.hpp @@ -28,11 +28,11 @@ namespace cubos::core::ecs class World { public: - /// @brief World constructor. - World() - { - this->registerComponent(); - } + ///// @brief World constructor. + //World() + //{ + // this->registerComponent(); + //} /// @brief Used to access the components in an entity. class Components;