mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-04-19 03:24:36 +00:00
blacklist one additional class
This commit is contained in:
parent
903b3fc599
commit
3267c61258
|
@ -288,6 +288,7 @@ class PolymodHandler
|
||||||
Polymod.blacklistImport('openfl.utils.Assets');
|
Polymod.blacklistImport('openfl.utils.Assets');
|
||||||
Polymod.blacklistImport('openfl.Lib');
|
Polymod.blacklistImport('openfl.Lib');
|
||||||
Polymod.blacklistImport('openfl.system.ApplicationDomain');
|
Polymod.blacklistImport('openfl.system.ApplicationDomain');
|
||||||
|
Polymod.blacklistImport('funkin.util.FunkinTypeResolver');
|
||||||
|
|
||||||
// `openfl.desktop.NativeProcess`
|
// `openfl.desktop.NativeProcess`
|
||||||
// Can load native processes on the host operating system.
|
// Can load native processes on the host operating system.
|
||||||
|
|
Loading…
Reference in a new issue