Skip to content

Commit

Permalink
Blacklist SharedObject
Browse files Browse the repository at this point in the history
  • Loading branch information
AbnormalPoof authored and EliteMasterEric committed Feb 18, 2025
1 parent b13bf05 commit 3492d41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/funkin/modding/PolymodHandler.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3492d41

Please sign in to comment.