We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84b8e7 commit b560de3Copy full SHA for b560de3
src/ffmpeg/RenderingMode.hx
@@ -25,7 +25,7 @@ class RenderingMode {
25
26
private static var ffmpegExists(default, null):Bool;
27
static var process:Process;
28
- static var enabled:Bool = true;
+ static var enabled:Bool = false;
29
static var started:Bool = false;
30
static var songName:String;
31
static var renderTime(default, null):Float;
@@ -311,7 +311,7 @@ class RenderingMode {
311
cleanupLock = false;
312
313
#if cpp
314
- nativeProcessHandle = untyped process.stdin.p;
+ nativeProcessHandle = untyped process?.stdin?.p;
315
#end
316
317
initPBOs();
0 commit comments