1
0
Fork 0
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:
Abnormal 2025-01-17 00:40:22 +00:00 committed by GitHub
parent 0d8e4a5330
commit 1c2fb43ae1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,