hedgewars/uLandTexture.pas
changeset 7172 f68d62711a5c
parent 7170 84ac6c6d2d8e
child 7186 013deb83086b
child 7850 fcbb024090a4
--- a/hedgewars/uLandTexture.pas	Sun Jun 03 18:52:22 2012 -0400
+++ b/hedgewars/uLandTexture.pas	Sun Jun 03 22:56:30 2012 -0400
@@ -31,7 +31,7 @@
 implementation
 uses uConsts, GLunit, uTypes, uVariables, uTextures, uDebug, uRender;
 
-const TEXSIZE = 256;
+const TEXSIZE = 128;
 
 type TLandRecord = record
             shouldUpdate, landAdded: boolean;