Why was this false

This commit is contained in:
Anuken 2021-10-29 20:16:37 -04:00
parent 26045904f4
commit 828464a449

View File

@ -35,7 +35,7 @@ public class Effect{
/** Amount added to rotation */
public float baseRotation;
/** 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. */
public boolean rotWithParent;