Skip to content

Commit

Permalink
#6178: DEBUG_CULLING is disabled by default
Browse files Browse the repository at this point in the history
This is triggering a lot of uninitialised value errors in Valgrind (of
uncertain cause), and is unlikely to be useful for development tasks
that don't specifically relate to culling.
  • Loading branch information
Matthew Mott committed Nov 23, 2022
1 parent 0020a73 commit da8002c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/render/View.h
Expand Up @@ -6,7 +6,7 @@
#include "math/ViewProjection.h"
#include "math/Viewer.h"

#if defined(_DEBUG)
#if 0
#define DEBUG_CULLING
#endif

Expand Down

0 comments on commit da8002c

Please sign in to comment.