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/video.cc')
-rw-r--r--src/client/video.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/video.cc b/src/client/video.cc
index 0fd702f..6e80af6 100644
--- a/src/client/video.cc
+++ b/src/client/video.cc
@@ -169,7 +169,7 @@ bool init()
return true;
}
-void resize(float w, float h)
+void resize(int w, int h)
{
if (fullscreen)
return;