Skip to content

Commit

Permalink
Replays now fully functional Fix #12
Browse files Browse the repository at this point in the history
  • Loading branch information
TricksterGuy committed Sep 3, 2017
1 parent 3431ff1 commit 9315866
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/scenes/replay_scene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ void ReplayScene::init_menu()

void ReplayScene::update_input()
{
replay_info.input->update();
GameScene::update_input();
if (hidKeysDown() & KEY_START)
current_scene = new TitleScene();
Expand Down

0 comments on commit 9315866

Please sign in to comment.