diff --git a/Nez.Portable/UI/Base/Group.cs b/Nez.Portable/UI/Base/Group.cs index e3b16193d..5cd583f5f 100644 --- a/Nez.Portable/UI/Base/Group.cs +++ b/Nez.Portable/UI/Base/Group.cs @@ -7,7 +7,7 @@ namespace Nez.UI public class Group : Element, ICullable { internal List children = new List(); - protected bool transform = false; + protected bool transform = true; Matrix _previousBatcherTransform; Rectangle? _cullingArea;