Draw hit objects on top of hit result animations.
Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
parent
e161d0180e
commit
1b99795abd
|
@ -1401,6 +1401,9 @@ public class Game extends BasicGameState {
|
|||
* @param trackPosition the track position
|
||||
*/
|
||||
private void drawHitObjects(Graphics g, int trackPosition) {
|
||||
// draw result objects
|
||||
data.drawHitResults(trackPosition);
|
||||
|
||||
// include previous object in follow points
|
||||
int lastObjectIndex = -1;
|
||||
if (objectIndex > 0 && objectIndex < beatmap.objects.length &&
|
||||
|
@ -1514,9 +1517,6 @@ public class Game extends BasicGameState {
|
|||
g.popTransform();
|
||||
}
|
||||
}
|
||||
|
||||
// draw result objects
|
||||
data.drawHitResults(trackPosition);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user