diff --git a/source/funkin/play/stage/Stage.hx b/source/funkin/play/stage/Stage.hx index c4d8585a00..81025512cf 100644 --- a/source/funkin/play/stage/Stage.hx +++ b/source/funkin/play/stage/Stage.hx @@ -258,7 +258,7 @@ class Stage extends FlxSpriteGroup implements IPlayStateScriptedClass implements propSprite.angle = dataProp.angle; propSprite.color = FlxColor.fromString(dataProp.color); - propSprite.blend = BlendMode.fromString(dataProp.blend); + @:privateAccess propSprite.blend = BlendMode.fromString(dataProp.blend); propSprite.zIndex = dataProp.zIndex;