From 1c2fb43ae16cf40be5ef94c40b047e8e772b1211 Mon Sep 17 00:00:00 2001 From: Abnormal <86753001+AbnormalPoof@users.noreply.github.com> Date: Fri, 17 Jan 2025 00:40:22 +0000 Subject: [PATCH] Update PolymodHandler.hx (#3993) --- source/funkin/modding/PolymodHandler.hx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/funkin/modding/PolymodHandler.hx b/source/funkin/modding/PolymodHandler.hx index eb0e77fc55..e5bcae0f55 100644 --- a/source/funkin/modding/PolymodHandler.hx +++ b/source/funkin/modding/PolymodHandler.hx @@ -156,6 +156,8 @@ class PolymodHandler // Parsing rules for various data formats. parseRules: buildParseRules(), + skipDependencyErrors: true, + // Parse hxc files and register the scripted classes in them. useScriptedClasses: true, loadScriptsAsync: #if html5 true #else false #end,