summaryrefslogtreecommitdiff
path: root/themes/WebglContext.h
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-05-01 18:37:59 -0400
committermattkae <mattkae@protonmail.com>2022-05-01 18:37:59 -0400
commitdfc387644939aada1edb69f8f730e62f116f1ae3 (patch)
treed38b17d0b21fd579f1330546394462964a08600e /themes/WebglContext.h
parent1db914466663a1e4d0d827b8b9bd18840d7742eb (diff)
Fetching bunny model
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);