Skip to content

Commit

Permalink
Removed some useless options.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejSzybiak committed Dec 15, 2020
1 parent 345eff9 commit b0bbf38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions q2GuiCompilers/src/gui/MuGui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -342,11 +342,11 @@ namespace Q2Compilers
mu_label(_context, "Other");
mu_layout_row(_context, 2, l, 0);

mu_checkbox(_context, "Only update lightmaps", &d->argh_update);
//mu_checkbox(_context, "Only update lightmaps", &d->argh_update);
mu_checkbox(_context, "Light warp surfaces", &d->argh_lightwarp);
mu_checkbox(_context, "Disable phong shading", &d->argh_nocurve);
mu_checkbox(_context, "Dump patch info", &d->argh_dump);
mu_checkbox(_context, "GL View", &d->argh_glView);
//mu_checkbox(_context, "GL View", &d->argh_glView);
mu_checkbox(_context, "Stop pvs checking", &d->argh_nopvs);

DrawSliderWithLabel("Minimum radiosity cutoff", &d->argh_radmin, 0, 0.015f);
Expand Down

0 comments on commit b0bbf38

Please sign in to comment.