Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Mar 3, 2016
1 parent 7c27a31 commit e6ef29d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/replay_controller.cpp
Expand Up @@ -81,7 +81,7 @@ replay_controller::replay_controller(play_controller& controller, bool control_v
vision_ = HUMAN_TEAM;
}
controller_.get_display().get_theme().theme_reset_event().attach_handler(this);
controller_.get_display().create_button();
controller_.get_display().create_buttons();
controller_.get_display().redraw_everything();
}
replay_controller::~replay_controller()
Expand All @@ -90,7 +90,7 @@ replay_controller::~replay_controller()
controller_.toggle_skipping_replay();
}
controller_.get_display().get_theme().theme_reset_event().detach_handler(this);
controller_.get_display().create_button();
controller_.get_display().create_buttons();
controller_.get_display().redraw_everything();
}
void replay_controller::add_replay_theme()
Expand Down

0 comments on commit e6ef29d

Please sign in to comment.