Stop explicitly redrawing in playmp_controller::play_human_turn()
Play_controller::play_slice() that the aforementioned function calls redraws the game anyway. Calling redraw code from two places makes profiling data harder to investigate.
This commit is contained in:
parent
090810a778
commit
ca4cef633a
1 changed files with 0 additions and 2 deletions
|
@ -184,8 +184,6 @@ void playmp_controller::play_human_turn()
|
|||
throw;
|
||||
}
|
||||
turn_data_.send_data();
|
||||
|
||||
gui_->draw();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue