hedgewars/uLandTexture.pas
changeset 10124 aabd1b75d5a3
parent 10108 c68cf030eded
child 10266 a90a55ec5b98
--- a/hedgewars/uLandTexture.pas	Sat Feb 08 16:29:34 2014 +0400
+++ b/hedgewars/uLandTexture.pas	Sun Feb 09 00:44:29 2014 +0400
@@ -34,7 +34,7 @@
 
 const TEXSIZE = 128;
       // in avoid tile borders stretch the blurry texture by 1 pixel more
-      BLURRYLANDOVERLAP = 1 / TEXSIZE / 2.0; // 1 pixel divided by texsize and blurry land scale factor
+      BLURRYLANDOVERLAP: real = 1 / TEXSIZE / 2.0; // 1 pixel divided by texsize and blurry land scale factor
 
 type TLandRecord = record
             shouldUpdate, landAdded: boolean;