Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/input.cc')
-rw-r--r--src/client/input.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/input.cc b/src/client/input.cc
index 9b2521e..0ffffad 100644
--- a/src/client/input.cc
+++ b/src/client/input.cc
@@ -790,7 +790,7 @@ void frame()
case SDL_WINDOWEVENT:
if (event.window.event == SDL_WINDOWEVENT_RESIZED)
{
- video::resize(event.window.data1, event.window.data2);
+ video::resize(event.window.windowID, event.window.data1, event.window.data2);
}
break;