summaryrefslogtreecommitdiff
path: root/terrain.h
diff options
context:
space:
mode:
Diffstat (limited to 'terrain.h')
-rw-r--r--terrain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/terrain.h b/terrain.h
index aff95a4..883685b 100644
--- a/terrain.h
+++ b/terrain.h
@@ -30,7 +30,7 @@ class Terrain {
};
struct Chunk {
- typedef std::pair<models::Model*, Vector3> ObjectPair;
+ typedef std::pair<models::Model::p, Vector3> ObjectPair;
typedef std::list<ObjectPair> ObjectList;
Terrain *terrain;