Skip to content

Commit

Permalink
Disable Menu pre-init
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlangston committed Jan 3, 2024
1 parent cf66d79 commit 05778d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Shared.zig
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ pub const Shared = struct {
};

pub inline fn init() !void {
const menu = Shared.View.ViewLocator.Build(.MenuView);
menu.init();
// const menu = Shared.View.ViewLocator.Build(.MenuView);
// menu.init();

raylib.setConfigFlags(
@enumFromInt( //@intFromEnum(raylib.ConfigFlags.flag_window_always_run) +
Expand Down

0 comments on commit 05778d0

Please sign in to comment.