mirror of
https://github.com/celisej567/mcpe.git
synced 2025-12-31 17:49:17 +03:00
* Fix getDrawScale warning.
This commit is contained in:
@@ -79,7 +79,7 @@ public:
|
||||
static const int getWindowHeight() { return _windowHeight; }
|
||||
static const int getDrawWidth() { return width; }
|
||||
static const int getDrawHeight() { return height; }
|
||||
static const int getDrawScale() { return _drawScale; }
|
||||
static const float getDrawScale() { return _drawScale; }
|
||||
|
||||
const char* getProgressMessage();
|
||||
LevelStorageSource* getLevelSource();
|
||||
|
||||
Reference in New Issue
Block a user