From def01b3492c45df1e023c42537d34b5dcbf30b80 Mon Sep 17 00:00:00 2001 From: Diogo Miranda Date: Sun, 4 Feb 2024 13:41:15 +0000 Subject: [PATCH] Update world.hpp --- core/include/cubos/core/ecs/world.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/include/cubos/core/ecs/world.hpp b/core/include/cubos/core/ecs/world.hpp index b1197bf089..cf22301297 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;