From dfc387644939aada1edb69f8f730e62f116f1ae3 Mon Sep 17 00:00:00 2001 From: mattkae Date: Sun, 1 May 2022 18:37:59 -0400 Subject: Fetching bunny model --- themes/WebglContext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/WebglContext.h') 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); -- cgit v1.2.1