Skip to content

Commit

Permalink
CLIENT-GAME: Remove useless print
Browse files Browse the repository at this point in the history
PATCH
  • Loading branch information
KitetsuK committed Oct 30, 2023
1 parent f0a687d commit 1fc1ee5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Client/Systems/Menus/Menu/MenuSystems.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "Maths.hpp"
#include "Menu.hpp"
#include "SceneManager.hpp"
#include <iostream>

namespace Systems {
namespace Menu {
Expand Down Expand Up @@ -46,9 +45,7 @@ namespace Systems {
setAllInputBoxFalse();
if (arrInputBox.exist(id)) {
arrInputBox[id].selected = true;
std::cout << "Ntm" << std::endl;
if (arrAnimRect.exist(id)) {
std::cout << "ntm" << std::endl;
arrAnimRect[id].changeRectList(Types::RectListType::SELECTED);
}
}
Expand Down

0 comments on commit 1fc1ee5

Please sign in to comment.