From 820ee969d040cc704f25406b5cd5b967551a41b6 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Sat, 5 Jun 2021 00:00:30 -0400 Subject: [PATCH] AnimationDebug removed, replaced by DebugBoundingState --- source/ui/animDebugShit/DebugBoundingState.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/source/ui/animDebugShit/DebugBoundingState.hx b/source/ui/animDebugShit/DebugBoundingState.hx index 491b90dd0..395fead9b 100644 --- a/source/ui/animDebugShit/DebugBoundingState.hx +++ b/source/ui/animDebugShit/DebugBoundingState.hx @@ -33,6 +33,7 @@ class DebugBoundingState extends FlxState - Easier to access, test, and export data from. - Data to show offset positioning + */ var bg:FlxSprite; var fileInfo:FlxText;