diff -r bfb759d07288 -r 8e5e3fef16fc hedgewars/uStore.pas --- a/hedgewars/uStore.pas Fri May 25 08:42:26 2012 +0200 +++ b/hedgewars/uStore.pas Fri May 25 08:51:54 2012 +0200 @@ -761,11 +761,12 @@ procedure SetScale(f: GLfloat); begin - if cScaleFactor <> f then - begin + // This lazy update conflicts with R7103 at the moment, missing the initial SetScale(2.0) + //if cScaleFactor <> f then + //begin cScaleFactor:=f; UpdateProjection; - end; + //end; end; ////////////////////////////////////////////////////////////////////////////////