mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-05-24 16:11:12 +00:00
Update PolymodHandler.hx (#3993)
This commit is contained in:
parent
0d8e4a5330
commit
1c2fb43ae1
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue