From a820c852d14f466f3d9096c7efcd571d3bf006eb Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Mon, 9 May 2011 22:43:20 +0200 Subject: Fixed chunk border bugginess. --- terrain.h | 1 + 1 file changed, 1 insertion(+) (limited to 'terrain.h') diff --git a/terrain.h b/terrain.h index b391f94..b50c5e5 100644 --- a/terrain.h +++ b/terrain.h @@ -33,6 +33,7 @@ class Terrain { Terrain *terrain; Node **nodes; float x, y, width, height; + int h_width, h_height; float *heights; Vector3 *normals; size_t buf_size; -- cgit v1.2.3