This commit is contained in:
Isaac Mills
2024-11-25 08:50:55 -07:00
parent 8cf527d4f1
commit 93bb473c55

View File

@ -41,6 +41,7 @@ pub const App = struct {
pub const Options = struct {};
pub fn init(core_app: *CoreApp, _: Options) !App {
internal_os.unsetenv("DISPLAY");
if (comptime builtin.target.isDarwin()) {
log.warn("WARNING WARNING WARNING: GLFW ON MAC HAS BUGS.", .{});
log.warn("You should use the AppKit-based app instead. The official download", .{});