From ff589eba4adc2b0eb96b5697b648af43a972defe Mon Sep 17 00:00:00 2001 From: "r.kuznetsov" Date: Thu, 22 Oct 2015 12:50:20 +0300 Subject: Fixed black outline around icons --- drape/texture.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'drape/texture.hpp') diff --git a/drape/texture.hpp b/drape/texture.hpp index de60ec5add..c88cf4d737 100644 --- a/drape/texture.hpp +++ b/drape/texture.hpp @@ -67,6 +67,9 @@ public: void Bind() const; + // Texture must be bound before calling this method. + void SetFilter(glConst filter); + static uint32_t GetMaxTextureSize(); protected: -- cgit v1.2.3