mach: fix outdated reference to glfw.Error
This commit is contained in:
parent
eed2be4591
commit
91a53807ab
1 changed files with 1 additions and 1 deletions
|
|
@ -575,7 +575,7 @@ pub const Platform = struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Default GLFW error handling callback
|
/// Default GLFW error handling callback
|
||||||
fn errorCallback(error_code: glfw.Error, description: [:0]const u8) void {
|
fn errorCallback(error_code: glfw.ErrorCode, description: [:0]const u8) void {
|
||||||
std.log.err("glfw: {}: {s}\n", .{ error_code, description });
|
std.log.err("glfw: {}: {s}\n", .{ error_code, description });
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue