* Fix getDrawScale warning.

This commit is contained in:
iProgramInCpp
2023-08-17 11:21:47 +03:00
parent 5ac3aa6d9e
commit f14730d3f3

View File

@@ -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();