Revert other work

This commit is contained in:
Isaac Mills
2024-11-25 19:01:44 -07:00
parent 43f8b76fc7
commit 8c22475612

View File

@ -41,7 +41,7 @@ pub const App = struct {
pub const Options = struct {};
pub fn init(core_app: *CoreApp, _: Options) !App {
_ = internal_os.unsetenv("DISPLAY");
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", .{});