summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorRay <[email protected]>2020-02-03 20:20:00 +0100
committerRay <[email protected]>2020-02-03 20:20:00 +0100
commitd2bb6185f1e1b675a7b258242149913168ab9606 (patch)
treee23496f9e2988681cab36e5fe85001b2e1f19056 /examples
parentc3f06b7470b2654c4cce20c3e18c46ad81330b3f (diff)
downloadraylib-d2bb6185f1e1b675a7b258242149913168ab9606.tar.gz
raylib-d2bb6185f1e1b675a7b258242149913168ab9606.zip
Review issue with RLGL TraceLog()
Diffstat (limited to 'examples')
-rw-r--r--examples/others/rlgl_standalone.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/others/rlgl_standalone.c b/examples/others/rlgl_standalone.c
index d8100ce5..f02a8b1f 100644
--- a/examples/others/rlgl_standalone.c
+++ b/examples/others/rlgl_standalone.c
@@ -45,6 +45,7 @@
#define RLGL_IMPLEMENTATION
#define RLGL_STANDALONE
+#define RLGL_SUPPORT_TRACELOG
#include "rlgl.h" // OpenGL 1.1 immediate-mode style coding
#ifdef __EMSCRIPTEN__