Why was this false
This commit is contained in:
@@ -35,7 +35,7 @@ public class Effect{
|
|||||||
/** Amount added to rotation */
|
/** Amount added to rotation */
|
||||||
public float baseRotation;
|
public float baseRotation;
|
||||||
/** If true, parent unit is data are followed. */
|
/** If true, parent unit is data are followed. */
|
||||||
public boolean followParent;
|
public boolean followParent = true;
|
||||||
/** If this and followParent are true, the effect will offset and rotate with the parent's rotation. */
|
/** If this and followParent are true, the effect will offset and rotate with the parent's rotation. */
|
||||||
public boolean rotWithParent;
|
public boolean rotWithParent;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user