mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-26 12:00:35 +00:00
Blacklist SharedObject
This commit is contained in:
parent
b13bf05d16
commit
3492d412c6
|
@ -290,6 +290,7 @@ class PolymodHandler
|
|||
Polymod.blacklistImport('openfl.utils.Assets');
|
||||
Polymod.blacklistImport('openfl.Lib');
|
||||
Polymod.blacklistImport('openfl.system.ApplicationDomain');
|
||||
Polymod.blacklistImport('openfl.net.SharedObject');
|
||||
|
||||
// `openfl.desktop.NativeProcess`
|
||||
// Can load native processes on the host operating system.
|
||||
|
|
Loading…
Reference in a new issue