Skip to content

Commit

Permalink
Update DebugBoundingState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Oct 21, 2024
1 parent cda79b8 commit e7fc6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/ui/debug/anim/DebugBoundingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ class DebugBoundingState extends FlxState
@:privateAccess
if (!LimeAssets.libraryPaths.exists(library)) throw "Missing library: " + library;

var callback = callbacks.add("library:" + library);
// var callback = callbacks.add("library:" + library);
Assets.loadLibrary(library).onComplete((_) -> {
trace('LOADED... awesomeness...');
// callback();
Expand Down

0 comments on commit e7fc6fd

Please sign in to comment.