We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9afb8 commit 0b064b1Copy full SHA for 0b064b1
include/Util/GameObject.hpp
@@ -31,7 +31,7 @@ class GameObject {
31
32
float GetZIndex() const { return m_ZIndex; }
33
34
- glm::vec2 GetScaledSize() {
+ glm::vec2 GetScaledSize() const {
35
return m_Drawable->GetSize() * m_Transform.scale;
36
};
37
0 commit comments