# HG changeset patch # User sheepluva # Date 1402414887 -7200 # Node ID 2193bef70edfc0191eff288ffe65c71f47aa78e1 # Parent 1155384a4e31deee68c3f4ce9185da49899a7f24 wut, chats as commit mesages? diff -r 1155384a4e31 -r 2193bef70edf hedgewars/uLandTexture.pas --- a/hedgewars/uLandTexture.pas Tue Jun 10 17:34:32 2014 +0200 +++ b/hedgewars/uLandTexture.pas Tue Jun 10 17:41:27 2014 +0200 @@ -224,6 +224,7 @@ if (fy > ly) then exit; +// update visible areas of landtex before drawing RealLandTexUpdate(fx, lx, fy, ly); tX:= dX + tsize * fx;