Fix flickering tooltip

This commit is contained in:
rob-v
2017-05-27 09:21:10 +02:00
committed by Paul Chote
parent 7772ebedf4
commit 1b3422db2d
4 changed files with 4 additions and 6 deletions

View File

@@ -539,8 +539,6 @@ namespace OpenRA
var integralTickTimestep = (uiTickDelta / Timestep) * Timestep;
Ui.LastTickTime += integralTickTimestep >= TimestepJankThreshold ? integralTickTimestep : Timestep;
Viewport.TicksSinceLastMove += uiTickDelta / Timestep;
Sync.CheckSyncUnchanged(world, Ui.Tick);
Cursor.Tick();
}