hedgewars/uLandTexture.pas
changeset 10269 2193bef70edf
parent 10268 1155384a4e31
child 10270 cd78906ed898
equal deleted inserted replaced
10268:1155384a4e31 10269:2193bef70edf
   222 
   222 
   223 // all offscreen
   223 // all offscreen
   224 if (fy > ly) then
   224 if (fy > ly) then
   225     exit;
   225     exit;
   226 
   226 
       
   227 // update visible areas of landtex before drawing
   227 RealLandTexUpdate(fx, lx, fy, ly);
   228 RealLandTexUpdate(fx, lx, fy, ly);
   228 
   229 
   229 tX:= dX + tsize * fx;
   230 tX:= dX + tsize * fx;
   230 
   231 
   231 // loop through columns
   232 // loop through columns