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