author | Wolfgang Steffens <WolfgangSteff@gmail.com> |
Fri, 25 May 2012 08:51:54 +0200 | |
changeset 7127 | 8e5e3fef16fc |
parent 7125 | bfb759d07288 |
child 7129 | 0ce4f478ea6c |
--- 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; ////////////////////////////////////////////////////////////////////////////////