Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-11-08 12:57:33 +0000
committerStijn Buys <ingar@osirion.org>2008-11-08 12:57:33 +0000
commite3512a1b55e97b2eba62847e6e28065eec24c92f (patch)
tree621bbc9ac71a9197b71711ecf196566946acbdc6 /src/client/video.cc
parent74c4a52525363312b20bf0eb2f998acfc8c6ec28 (diff)
use the correct parameter type for resize()
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;