Added #define glcheck() for the case HAS_GLSAFE not defined
This commit is contained in:
parent
8459410e3c
commit
d0046283fa
@ -23,6 +23,7 @@ inline void glAssertRecentCall() { glAssertRecentCallImpl(__FILE__, __LINE__, __
|
||||
#else
|
||||
inline void glAssertRecentCall() { }
|
||||
#define glsafe(cmd) cmd
|
||||
#define glcheck()
|
||||
#endif
|
||||
|
||||
namespace Slic3r {
|
||||
|
Loading…
Reference in New Issue
Block a user