hedgewars/uStore.pas
changeset 2252 03fd99dff989
parent 2248 26e11cb27c61
child 2254 bb68e5a5be56
--- a/hedgewars/uStore.pas	Fri Jul 10 19:10:29 2009 +0000
+++ b/hedgewars/uStore.pas	Sat Jul 11 13:47:57 2009 +0000
@@ -959,6 +959,7 @@
 procedure SetupOpenGL;
 begin
 SetScale(2.0);
+
 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
 glMatrixMode(GL_MODELVIEW);
 
@@ -966,6 +967,7 @@
 {$IFDEF DEBUGFILE}
 AddFileLog('GL_MAX_TEXTURE_SIZE: ' + inttostr(MaxTextureSize));
 {$ENDIF}
+
 end;
 
 procedure SetScale(f: GLfloat);