Skip to content

Commit

Permalink
Update PlayState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 authored Nov 2, 2024
1 parent cdd1c22 commit bdcffac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bdcffac

Please sign in to comment.