mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-04 13:54:22 +00:00
Merge pull request #98 from FunkinCrew/bugfix/character-crashes
Bugfix/character crashes
This commit is contained in:
commit
503a0107c7
|
@ -164,6 +164,7 @@ class PolymodHandler
|
|||
// Add import aliases for certain classes.
|
||||
// NOTE: Scripted classes are automatically aliased to their parent class.
|
||||
Polymod.addImportAlias('flixel.math.FlxPoint', flixel.math.FlxPoint.FlxBasePoint);
|
||||
Polymod.addImportAlias('flixel.system.FlxSound', flixel.sound.FlxSound);
|
||||
|
||||
// Add blacklisting for prohibited classes and packages.
|
||||
// `polymod.*`
|
||||
|
|
Loading…
Reference in a new issue