summaryrefslogtreecommitdiff
path: root/game/terrain.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/terrain.h')
-rw-r--r--game/terrain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/terrain.h b/game/terrain.h
index ff3f92e..1aed1c5 100644
--- a/game/terrain.h
+++ b/game/terrain.h
@@ -29,7 +29,7 @@ private:
void addWater(unsigned int width, unsigned int height, unsigned int resolution);
Collection<Mesh, false> meshes;
- std::shared_ptr<Texture> texture;
+ std::shared_ptr<Texture> grass, water;
};
#endif