Remove scale
This commit is contained in:
+1
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user