Skip to content

Commit b560de3

Browse files
Update RenderingMode.hx
1 parent d84b8e7 commit b560de3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ffmpeg/RenderingMode.hx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class RenderingMode {
2525

2626
private static var ffmpegExists(default, null):Bool;
2727
static var process:Process;
28-
static var enabled:Bool = true;
28+
static var enabled:Bool = false;
2929
static var started:Bool = false;
3030
static var songName:String;
3131
static var renderTime(default, null):Float;
@@ -311,7 +311,7 @@ class RenderingMode {
311311
cleanupLock = false;
312312

313313
#if cpp
314-
nativeProcessHandle = untyped process.stdin.p;
314+
nativeProcessHandle = untyped process?.stdin?.p;
315315
#end
316316

317317
initPBOs();

0 commit comments

Comments
 (0)