fix replay key overlay flickering

This commit is contained in:
yugecin 2017-12-22 12:53:14 +01:00
parent df1afd98c3
commit c0f122c74d

View File

@ -204,6 +204,7 @@ public class ReplayPlayback {
} }
nextFrame = replay.frames[frameIndex]; nextFrame = replay.frames[frameIndex];
} }
processKeys();
ypos *= (SQSIZE + 5); ypos *= (SQSIZE + 5);
g.setColor(color); g.setColor(color);
if (!missed) { if (!missed) {