Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2019-05-21 14:20:53 +0300
committerbubnikv <bubnikv@gmail.com>2019-05-21 14:20:53 +0300
commit54474b8eefdeb9ebc151471d9b474de0b81372e8 (patch)
tree557dfad918c004ff07d73a9abc95c13b145c3ed5
parent05aa51150c09b41c3eeacbe15836d82eaeab3a01 (diff)
Enable glsafe even in release mode for debugging ofvb-glcheck
Bed image replaced with graphic glitches #2299
-rw-r--r--src/slic3r/GUI/3DScene.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slic3r/GUI/3DScene.hpp b/src/slic3r/GUI/3DScene.hpp
index 2ca11073b..d0958e498 100644
--- a/src/slic3r/GUI/3DScene.hpp
+++ b/src/slic3r/GUI/3DScene.hpp
@@ -11,9 +11,9 @@
#include <functional>
-#ifndef NDEBUG
+//#ifndef NDEBUG
#define HAS_GLSAFE
-#endif
+//#endif
#ifdef HAS_GLSAFE
extern void glAssertRecentCallImpl(const char *file_name, unsigned int line, const char *function_name);