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 cc3e2e0 commit c283b73Copy full SHA for c283b73
include/TextureUnmanaged.hpp
@@ -89,7 +89,7 @@ class TextureUnmanaged : public ::Texture {
89
/**
90
* Retrieve the width and height of the texture.
91
*/
92
- ::Vector2 GetSize() const { return {static_cast<float>(width), static_cast<float>(height)}; }
+ Vector2 GetSize() const { return {static_cast<float>(width), static_cast<float>(height)}; }
93
94
95
* Load texture from image data
0 commit comments