Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
Remove access to bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcahub committed Jun 20, 2021
1 parent be53232 commit 9933a13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions game/src/menu/MenuLayoutManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ glm::vec2 MenuLayoutManager::currentMapSize()

void MenuLayoutManager::switchSettings(int id)
{
if (id == 3 || id == 2) {
return;
}
if (layoutID == id)
return;
layoutID = id;
Expand Down

0 comments on commit 9933a13

Please sign in to comment.