diff options
Diffstat (limited to 'src/render/gl.h')
| -rw-r--r-- | src/render/gl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/gl.h b/src/render/gl.h index dfb76b3..b673d47 100644 --- a/src/render/gl.h +++ b/src/render/gl.h @@ -15,7 +15,7 @@ struct VERTEX { VEC2 pos; VEC2 uv; CLR clr; - U8 sampler; + U8 sampler = 255; }; struct GL_SHADER_DEF { |
