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;