From 77337049740437d1f707018c862fc2d891f29abf Mon Sep 17 00:00:00 2001 From: realtradam Date: Fri, 16 Jun 2023 23:47:57 -0400 Subject: create interface for adding custom vertices and indices --- src/input/rodeo_input.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/input') diff --git a/src/input/rodeo_input.c b/src/input/rodeo_input.c index e9edae7..168a41d 100644 --- a/src/input/rodeo_input.c +++ b/src/input/rodeo_input.c @@ -154,7 +154,6 @@ rodeo_input_poll(void) { int32_t width = event.window.data1; int32_t height = event.window.data2; - //SDL_GetWindowSize(irodeo_window_get(), &width, &height); bgfx_reset((uint32_t)width, (uint32_t)height, //BGFX_RESET_MSAA_X16 | BGFX_RESET_MAXANISOTROPY, BGFX_RESET_VSYNC, -- cgit v1.2.3