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 6e065f6 commit 03ff7c3Copy full SHA for 03ff7c3
samples/minimal_glfw_gl/src/main-web.zig
@@ -23,7 +23,7 @@ export fn mainLoopCallback() void {
23
.version_major = 2,
24
.version_minor = 0,
25
}) catch |err| {
26
- std.log.err("sdl_demo.init failed with error: {s}", .{@errorName(err)});
+ std.log.err("minimal_glfw_gl.init failed with error: {s}", .{@errorName(err)});
27
return;
28
};
29
initialised = true;
0 commit comments