qbsp: remove -contenthack (dead code)
This commit is contained in:
parent
cfd3336644
commit
5d142e4ab2
|
|
@ -195,7 +195,6 @@ public:
|
|||
setting_bool oldrottex;
|
||||
setting_scalar epsilon;
|
||||
setting_scalar microvolume;
|
||||
setting_bool contenthack;
|
||||
setting_bool leaktest;
|
||||
setting_bool outsidedebug;
|
||||
setting_bool debugchop;
|
||||
|
|
|
|||
|
|
@ -508,8 +508,6 @@ qbsp_settings::qbsp_settings()
|
|||
oldrottex{this, "oldrottex", false, &debugging_group, "use old rotate_ brush texturing aligned at (0 0 0)"},
|
||||
epsilon{this, "epsilon", 0.0001, 0.0, 1.0, &debugging_group, "customize epsilon value for point-on-plane checks"},
|
||||
microvolume{this, "microvolume", 0.0, 0.0, 1000.0, &debugging_group, "microbrush volume"},
|
||||
contenthack{this, "contenthack", false, &debugging_group,
|
||||
"hack to fix leaks through solids. causes missing faces in some cases so disabled by default"},
|
||||
leaktest{this, "leaktest", false, &map_development_group, "make compilation fail if the map leaks"},
|
||||
outsidedebug{this, "outsidedebug", false, &debugging_group,
|
||||
"write a .map after outside filling showing non-visible brush sides"},
|
||||
|
|
|
|||
Loading…
Reference in New Issue