mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-12 06:54:41 -04:00
Blacklist SharedObject
This commit is contained in:
parent
b13bf05d16
commit
3492d412c6
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue