summaryrefslogtreecommitdiff
path: root/ui/icon.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/icon.h')
-rw-r--r--ui/icon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/icon.h b/ui/icon.h
index 2023be8..4479910 100644
--- a/ui/icon.h
+++ b/ui/icon.h
@@ -16,5 +16,5 @@ public:
ImTextureID operator*() const;
private:
- glTexture m_texture;
+ glTexture<GL_TEXTURE_2D> m_texture;
};