From c7848fe40e7e73cfb1bff59daa65fd77f04a0bea Mon Sep 17 00:00:00 2001 From: FuckingAltLol <95931389+FuckingAltLol@users.noreply.github.com> Date: Wed, 17 Apr 2024 12:24:50 -0400 Subject: [PATCH] Update ScriptableState.hx --- source/states/ScriptableState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/states/ScriptableState.hx b/source/states/ScriptableState.hx index 774b19c..7925c5c 100644 --- a/source/states/ScriptableState.hx +++ b/source/states/ScriptableState.hx @@ -107,7 +107,7 @@ class ScriptableState extends MusicBeatState function variableCalls() { // can you shut the fuck up about the "Assets" error now? - set('Assets', openfl.utils.Assets); + scriptCall('Assets', openfl.utils.Assets); scriptSet('this', this); scriptSet('add', add);