We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46f6c7 commit 69fbad2Copy full SHA for 69fbad2
src/main.zig
@@ -76,8 +76,6 @@ pub fn main() !void {
76
var err_msg_buf: [1337]u8 = undefined;
77
var err_msg_slice: []u8 = undefined;
78
79
- if (std.c.chdir("I:/Programming/Cortex-Command-Mod-Converter-Engine") == -1) return error.chdir;
80
-
81
while (!window.shouldClose()) {
82
zglfw.pollEvents();
83
0 commit comments