]> git.tdb.fi Git - libs/gl.git/blobdiff - source/text.cpp
Consistently use the same spelling for diffuse_map and normal_map
[libs/gl.git] / source / text.cpp
index 85647a83980b9fbc0bdf45514460859a8c98a6f2..cb39a695dcb6095d931cf68564c52115ad03e445 100644 (file)
@@ -23,7 +23,7 @@ void Text::set_technique(const Technique *tech)
        if(tech)
        {
                technique = *tech;
-               technique.replace_texture("diffusemap", font.get_texture());
+               technique.replace_texture("diffuse_map", font.get_texture());
                object.set_technique(&technique);
        }
        else