hedgewars/uLandTexture.pas
changeset 6383 c34a8b98d78c
parent 6382 0e76c5cd4250
child 6580 6155187bf599
--- a/hedgewars/uLandTexture.pas	Tue Nov 15 02:02:08 2011 +0100
+++ b/hedgewars/uLandTexture.pas	Mon Nov 14 22:38:24 2011 -0500
@@ -31,7 +31,7 @@
 implementation
 uses uConsts, GLunit, uTypes, uVariables, uTextures, uDebug, uRender;
 
-const TEXSIZE = 256;
+const TEXSIZE = 512;
 
 type TLandRecord = record
             shouldUpdate: boolean;