mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-22 20:48:33 +07:00
Why was this false
This commit is contained in:
parent
26045904f4
commit
828464a449
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user