Skip to content

Commit

Permalink
Update world.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomsmiranda committed Feb 4, 2024
1 parent 181678b commit def01b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions core/include/cubos/core/ecs/world.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ namespace cubos::core::ecs
class World
{
public:
/// @brief World constructor.
World()
{
this->registerComponent<Name>();
}
///// @brief World constructor.
//World()
//{
// this->registerComponent<Name>();
//}

/// @brief Used to access the components in an entity.
class Components;
Expand Down

0 comments on commit def01b3

Please sign in to comment.