mirror of
https://github.com/ppy/osu
synced 2024-12-12 18:07:52 +00: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…
Reference in New Issue
Block a user