Skip to content

Commit

Permalink
ECS: Format
Browse files Browse the repository at this point in the history
PATCH
  • Loading branch information
guillaumeAbel committed Sep 27, 2023
1 parent bb1a972 commit 0d82b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/SceneManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class SceneManager {
bool _stop;
const std::array<std::vector<SystemManagers>, 2> _scenes = {
std::vector<SystemManagers> {EVENTS, GAME, DISPLAY},
std::vector<SystemManagers> {EVENTS, DISPLAY }
std::vector<SystemManagers> {EVENTS, DISPLAY}
};

// NOLINTBEGIN(cppcoreguidelines-avoid-non-const-global-variables)
Expand Down

0 comments on commit 0d82b2a

Please sign in to comment.