]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texenv.h
Add the missing TexEnv::current() function
[libs/gl.git] / source / texenv.h
index 01e4a556b0431cc6ace9e9b3a16d70c60b6b3037..55704e580ecb4719712ffccef86ec2b5f69b495d 100644 (file)
@@ -38,6 +38,7 @@ public:
        const Color &get_color() const { return color; }
        void bind() const;
 
+       static const TexEnv *current();
        static void unbind();
 };