fix the comment.

This commit is contained in:
Thai Pangsakulyanont
2011-09-10 15:14:04 +07:00
parent 0d4e43f9e3
commit afd64f3ed9
+2 -1
View File
@@ -221,7 +221,8 @@ bool BMSChart::Load( const RString &chartPath )
if( channel == 2 )
{
// special channel: time signature
//this->measures[measure] = (BMSMeasure)(StringToFloat(data));
BMSMeasure m = { StringToFloat(data) };
this->measures[measure] = m;
}
else
{