More effectmod parser work.
This commit is contained in:
@@ -203,6 +203,7 @@ public class EffectsParser {
|
||||
case Dodge:
|
||||
case ScanRange:
|
||||
case ScaleHeight:
|
||||
case ScaleWidth:
|
||||
effectModifier.min = Float.parseFloat(modValues.get(1).trim());
|
||||
effectModifier.scale = Float.parseFloat(modValues.get(2).trim());
|
||||
effectModifier.compoundCurveType = mbEnums.CompoundCurveType.valueOf(modValues.get(3).trim());
|
||||
|
||||
Reference in New Issue
Block a user