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.h')
-rw-r--r--src/client/video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/video.h b/src/client/video.h
index a28b17d..7a8d386 100644
--- a/src/client/video.h
+++ b/src/client/video.h
@@ -25,7 +25,7 @@ namespace video
void restart();
/// application window resize event in windowed mode
- void resize(float w, float h);
+ void resize(int w, int h);
/// draw the next client video frame
void frame(float elapsed);