Comments for previous commit

This commit is contained in:
fd
2015-01-29 00:37:25 -05:00
parent 33f2207881
commit 07f6ef9479
2 changed files with 190 additions and 41 deletions

View File

@@ -287,7 +287,10 @@ public class OsuHitObject {
* @return true if new combo
*/
public boolean isNewCombo() { return (type & TYPE_NEWCOMBO) > 0; }
/**
* Returns the multiplier for coordinates
* @return
*/
public static float getMultiplier() {
return xMultiplier;
}