diff --git a/Source/CombatExtended/CombatExtended/BoundsInjector.cs b/Source/CombatExtended/CombatExtended/BoundsInjector.cs index f5929aef82..f461a84d88 100644 --- a/Source/CombatExtended/CombatExtended/BoundsInjector.cs +++ b/Source/CombatExtended/CombatExtended/BoundsInjector.cs @@ -138,7 +138,7 @@ private static Vector2 ExctractBoundCollection(Graphic_Collection graphic, Graph } private static Vector2 ExtractBounds(Graphic graphic, GraphicType type) { - if(graphic is Graphic_Collection graphic_collection) + if (graphic is Graphic_Collection graphic_collection) { return ExctractBoundCollection(graphic_collection, type); }