From 1a909087ddfdfe3b947c65b07287a08a40f119ce Mon Sep 17 00:00:00 2001 From: Andy Belle-Isle Date: Sun, 6 Oct 2019 03:12:48 -0400 Subject: World is now saved as image files instead of generations --- src/events/world.hpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/events/world.hpp') diff --git a/src/events/world.hpp b/src/events/world.hpp index e5969c0..e6f6d79 100644 --- a/src/events/world.hpp +++ b/src/events/world.hpp @@ -28,16 +28,4 @@ struct WorldChangeEvent newWorld(w) {} }; -struct WorldMeshUpdateEvent -{ - GLuint worldVBO; - unsigned int numVertex; - GLuint worldTexture; - GLuint worldNormal; - - WorldMeshUpdateEvent(GLuint v, unsigned int p, - GLuint t, GLuint n) : - worldVBO(v), numVertex(p), worldTexture(t), worldNormal(n) {} -}; - #endif//EVENTS_WORLD_HPP -- cgit v1.2.3