diff options
-rw-r--r-- | backends/platform/android/texture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/android/texture.h b/backends/platform/android/texture.h index 4f2bfe4c4f..64489da0a4 100644 --- a/backends/platform/android/texture.h +++ b/backends/platform/android/texture.h @@ -73,7 +73,7 @@ public: _draw_rect = Common::Rect(x1, y1, x2, y2); } - inline const Common::Rect &getDrawRect() { + inline const Common::Rect &getDrawRect() const { return _draw_rect; } |