]> git.tdb.fi Git - libs/gl.git/blobdiff - source/text.h
Fix a stupid error with PixelStore parameter mask
[libs/gl.git] / source / text.h
index 7bf7956033d28b592e23790992507ad293ccd5f9..40c9b8500097d1591f8be68b1ad6b3234870729b 100644 (file)
@@ -46,7 +46,7 @@ public:
        const Mesh *get_mesh() const { return &mesh; }
 
        /** Sets technique to render with.  It should have a texture slot named
-       "diffusemap", which will be replaced with the font's texture. */
+       "diffuse_map", which will be replaced with the font's texture. */
        void set_technique(const Technique *);
 
        const Technique *get_technique() const { return object.get_technique(); }