comment this out because it's breaking the build and I'm not sure how to fix it.

This commit is contained in:
AJ Kelly
2011-09-10 02:05:28 -05:00
parent ae8bf617a3
commit 5c7e13af14
+1 -1
View File
@@ -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
{