summaryrefslogtreecommitdiffhomepage
path: root/src/input/rodeo_input.c
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-06-16 23:47:57 -0400
committerrealtradam <[email protected]>2023-06-16 23:47:57 -0400
commit77337049740437d1f707018c862fc2d891f29abf (patch)
tree0bbda0e3eefa1b728cd946a236f3df401615bf17 /src/input/rodeo_input.c
parent61040e044aca90960810783535d6e06056e69f60 (diff)
downloadRodeoKit-77337049740437d1f707018c862fc2d891f29abf.tar.gz
RodeoKit-77337049740437d1f707018c862fc2d891f29abf.zip
create interface for adding custom vertices and indices
Diffstat (limited to 'src/input/rodeo_input.c')
-rw-r--r--src/input/rodeo_input.c1
1 files changed, 0 insertions, 1 deletions
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,