Fix VS float->int warning

This commit is contained in:
Devin J. Pohly
2013-05-29 00:29:56 -04:00
parent 315bf469bc
commit 6f7376c902
+1 -1
View File
@@ -488,7 +488,7 @@ void SMLoader::ProcessBPMsAndStops(TimingData &out,
// No, so it ends the entire chart immediately.
// XXX There must be a less hacky and more accurate way
// to do this.
warpend = 99999999;
warpend = 99999999.0f;
}
else
{