diff options
Diffstat (limited to 'ui/icon.h')
-rw-r--r-- | ui/icon.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,7 +12,6 @@ public: explicit Icon(const std::filesystem::path & fileName); explicit Icon(const Image & image); - void Bind() const; const glm::vec2 size; ImTextureID operator*() const; |