Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
3drosalia committed May 4, 2024
2 parents 9a0bf11 + f016924 commit 39d3abc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Encore/include/game/keybinds.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <unordered_map>
#include <string>

class keybinds {
class Keybinds {
public:
std::unordered_map<int, std::string> keymap{
{KEY_SPACE, "Space"},
Expand Down
2 changes: 1 addition & 1 deletion Encore/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ int minWidth = 640;
int minHeight = 480;


keybinds keybinds;
Keybinds keybinds;

Song song;

Expand Down

0 comments on commit 39d3abc

Please sign in to comment.