Highlight selected vote by player

Animation is disabled atm because not working very well
This commit is contained in:
Benau
2018-12-21 19:40:52 +08:00
parent 9029621b59
commit e4e03e6209
5 changed files with 31 additions and 72 deletions

View File

@@ -565,11 +565,7 @@ void MainLoop::renderGUI(int phase, int loop_index, int loop_size)
if (dt < 1.0 / 30.0f) return;
m_curr_time = now;
if (NetworkConfig::get()->isNetworking() && phase >= 5000)
{
TracksScreen::getInstance()->showVoteResult();
}
// TODO: remove debug output
//Log::verbose("mainloop", "Rendergui t %llu dt %f phase %d index %d / %d",
// now, dt, phase, loop_index, loop_size);