hedgewars/uStore.pas
changeset 6614 f88f67a17a9d
parent 6611 d9d00e537010
child 6624 e049b5bb0ad1
--- 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