fix replay key overlay flickering
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user