summaryrefslogtreecommitdiff
path: root/themes/WebglContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'themes/WebglContext.h')
-rw-r--r--themes/WebglContext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/WebglContext.h b/themes/WebglContext.h
index 71540f0..7b3cc1c 100644
--- a/themes/WebglContext.h
+++ b/themes/WebglContext.h
@@ -8,8 +8,8 @@
struct WebglContext {
EMSCRIPTEN_WEBGL_CONTEXT_HANDLE context;
- int32 width = 800;
- int32 height = 600;
+ i32 width = 800;
+ i32 height = 600;
char query[128];;
void init(const char* inQuery);