summaryrefslogtreecommitdiff
path: root/shared_cpp/Renderer2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared_cpp/Renderer2d.h')
-rw-r--r--shared_cpp/Renderer2d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared_cpp/Renderer2d.h b/shared_cpp/Renderer2d.h
index 3ecb410..bada0ea 100644
--- a/shared_cpp/Renderer2d.h
+++ b/shared_cpp/Renderer2d.h
@@ -10,6 +10,7 @@ struct WebglContext;
struct Renderer2d {
Mat4x4 projection;
uint32 shader;
+ WebglContext* context;
struct {
int32 position;