Skip to content

Commit

Permalink
Remove unused vars in the demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvaka committed Nov 24, 2024
1 parent 492df9e commit cd271fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/input_conf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
const int Input::kMaxPlayers = 2;

static int keyboard_player_id = 0; // Keyboard controls player one
static bool aimingWithMouse = true;
static vec lastAnalogAim;

std::function<bool(int)> Input::action_mapping[magic_enum::enum_count<GameKeys>()];
std::function<vec(int)> Input::analog_mapping[magic_enum::enum_count<AnalogInput>()];
Expand Down

0 comments on commit cd271fb

Please sign in to comment.