Fix VS float->int warning
This commit is contained in:
@@ -488,7 +488,7 @@ void SMLoader::ProcessBPMsAndStops(TimingData &out,
|
|||||||
// No, so it ends the entire chart immediately.
|
// No, so it ends the entire chart immediately.
|
||||||
// XXX There must be a less hacky and more accurate way
|
// XXX There must be a less hacky and more accurate way
|
||||||
// to do this.
|
// to do this.
|
||||||
warpend = 99999999;
|
warpend = 99999999.0f;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user