comment this out because it's breaking the build and I'm not sure how to fix it.
This commit is contained in:
@@ -221,7 +221,7 @@ bool BMSChart::Load( const RString &chartPath )
|
||||
if( channel == 2 )
|
||||
{
|
||||
// special channel: time signature
|
||||
this->measures[measure] = (BMSMeasure)(StringToFloat(data));
|
||||
//this->measures[measure] = (BMSMeasure)(StringToFloat(data));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user