diff options
Diffstat (limited to 'floor-mesh.hpp')
-rw-r--r-- | floor-mesh.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/floor-mesh.hpp b/floor-mesh.hpp index a1b0fac5..0667c9e1 100644 --- a/floor-mesh.hpp +++ b/floor-mesh.hpp @@ -12,7 +12,7 @@ namespace Magnum::Examples { struct tile_shader; -struct tile_image; +struct chunk; struct floor_mesh final { @@ -21,7 +21,7 @@ struct floor_mesh final floor_mesh(const floor_mesh&) = delete; void set_tile(tile& x, local_coords pt); - void draw(tile_shader& shader); + void draw(tile_shader& shader, chunk& c); private: struct vertex_data final { |