diff --git a/include/TextureUnmanaged.hpp b/include/TextureUnmanaged.hpp index a7ce9aaa..f8bca8a8 100644 --- a/include/TextureUnmanaged.hpp +++ b/include/TextureUnmanaged.hpp @@ -89,7 +89,7 @@ class TextureUnmanaged : public ::Texture { /** * Retrieve the width and height of the texture. */ - ::Vector2 GetSize() const { return {static_cast(width), static_cast(height)}; } + Vector2 GetSize() const { return {static_cast(width), static_cast(height)}; } /** * Load texture from image data