diff --git a/source/funkin/game/cutscenes/VideoCutscene.hx b/source/funkin/game/cutscenes/VideoCutscene.hx index de485450e..753367d4e 100644 --- a/source/funkin/game/cutscenes/VideoCutscene.hx +++ b/source/funkin/game/cutscenes/VideoCutscene.hx @@ -61,6 +61,7 @@ class VideoCutscene extends Cutscene { video.dispose(); FlxG.removeChild(video); }); + video.smoothing = Options.antialiasing; video.onEndReached.add(close); FlxG.addChildBelowMouse(video);