We're even vyhd. I've eaten my words. ;)

This commit is contained in:
Jason Felds
2011-09-12 00:03:29 -04:00
parent a7568450bf
commit 7004959972
+1 -1
View File
@@ -158,7 +158,7 @@ struct WarpSegment : public TimingSegment
RString ToString( int dec ) const;
private:
/** @brief The number of rows the WarpSegment will warp past. */
float m_iLengthRows;
int m_iLengthRows;
};
/**