glfw: amend and update various TODOs pertaining to force-init changes
This commit is contained in:
parent
da392d89a7
commit
d9e2505b59
7 changed files with 41 additions and 40 deletions
|
|
@ -1,8 +1,6 @@
|
|||
const std = @import("std");
|
||||
const zig_builtin = @import("builtin");
|
||||
|
||||
// TODO: Consider if this idea could also be applied to prevent 'PlatformError'
|
||||
|
||||
const debug_mode = (zig_builtin.mode == .Debug);
|
||||
var glfw_initialized = if (debug_mode) false else @as(void, {});
|
||||
pub inline fn toggleInitialized() void {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue