Skip to content

Commit

Permalink
Small bugfix in .map export
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrealKaraulov committed Dec 9, 2024
1 parent 848aeaf commit f2fa18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/Gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3023,7 +3023,7 @@ void Gui::drawMenuBar()

static bool merge_faces = true;
static bool use_one_back_vert = true;
static bool inside_box = true;
static bool inside_box = false;

if (ImGui::BeginMenu("ValveHammerEditor (.map) [WIP]", map && !map->is_mdl_model))
{
Expand Down

0 comments on commit f2fa18c

Please sign in to comment.