summaryrefslogtreecommitdiff
path: root/src/render/gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/gl.h')
-rw-r--r--src/render/gl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/gl.h b/src/render/gl.h
index b673d47..a95994d 100644
--- a/src/render/gl.h
+++ b/src/render/gl.h
@@ -20,7 +20,7 @@ struct VERTEX {
struct GL_SHADER_DEF {
const char* name;
- const char* code;
+ STR code;
I32 type;
U32 id;
U8 compiled;