Remove scale

This commit is contained in:
2016-05-28 13:11:11 +02:00
parent d83cc6403c
commit 34ea491f39
8 changed files with 18 additions and 24 deletions
+1 -2
View File
@@ -14,9 +14,8 @@ private:
int width;
GLuint imageIndex;
int scale;
public:
HeightMap(const std::string &file, float scale, World* world);
HeightMap(const std::string &file, World* world);
~HeightMap();
void Draw();