ahem, fix build
authorkoda
Mon, 30 Jan 2012 07:51:30 +0100
changeset 6614 f88f67a17a9d
parent 6613 c7bf3b7c49dd
child 6615 65602f1ef0f8
ahem, fix build
hedgewars/uStore.pas
--- a/hedgewars/uStore.pas	Sun Jan 29 18:52:01 2012 +0100
+++ b/hedgewars/uStore.pas	Mon Jan 30 07:51:30 2012 +0100
@@ -711,7 +711,7 @@
 {$ENDIF}
 
     // set view port to whole window
-    glViewport(0, 0, cScreenWidth, cScreenHeight)
+    glViewport(0, 0, cScreenWidth, cScreenHeight);
 
     glMatrixMode(GL_MODELVIEW);
     // prepare default translation/scaling