mirror of
https://github.com/ppy/osu.git
synced 2025-03-18 06:27:18 +08:00
Fix int truncation.
This commit is contained in:
parent
fc6bd386ea
commit
12c316aba4
@ -123,7 +123,7 @@ namespace osu.Game.Modes
|
||||
|
||||
public Vector2 Size => new Vector2(512, 384);
|
||||
|
||||
private const double sixty_frame_time = 1000 / 60;
|
||||
private const double sixty_frame_time = 1000.0 / 60;
|
||||
|
||||
double currentTime;
|
||||
int currentDirection;
|
||||
|
Loading…
x
Reference in New Issue
Block a user