From bdcffacfc4b774129be7caddb5c7d287158fa6a7 Mon Sep 17 00:00:00 2001 From: Lily Date: Sat, 2 Nov 2024 23:26:30 +0300 Subject: [PATCH] Update PlayState.hx --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index c01a90f58a0..2a63ef51d97 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -7033,7 +7033,7 @@ class PlayState extends MusicBeatState private function initRender():Void { - if (!FileSystem.exists(#if linux 'ffmpeg' #elseif mobile android.content.Context.getFilesDir() + '/ffmpeg' #else 'ffmpeg.exe' #end)) + if (!FileSystem.exists(#if linux 'ffmpeg' #elseif android android.content.Context.getFilesDir() + '/ffmpeg' #else 'ffmpeg.exe' #end)) { trace("\"FFmpeg\" not found! (Is it in the same folder as JSEngine?)"); return;