From 1c051dffdb27ff6ebaa96802b021e99e49afb861 Mon Sep 17 00:00:00 2001 From: mattkae Date: Sun, 1 May 2022 21:55:18 -0400 Subject: Fixed resize issue --- 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 7b3cc1c..1956092 100644 --- a/themes/WebglContext.h +++ b/themes/WebglContext.h @@ -8,8 +8,8 @@ struct WebglContext { EMSCRIPTEN_WEBGL_CONTEXT_HANDLE context; - i32 width = 800; - i32 height = 600; + f32 width = 800; + f32 height = 600; char query[128];; void init(const char* inQuery); -- cgit v1.2.1