summaryrefslogtreecommitdiff
path: root/terrain.h
diff options
context:
space:
mode:
Diffstat (limited to 'terrain.h')
-rw-r--r--terrain.h1
1 files changed, 1 insertions, 0 deletions
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;