X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftext.cpp;h=cb39a695dcb6095d931cf68564c52115ad03e445;hb=0ab875bdc9fbf84ecfce883b188410bb45882447;hp=85647a83980b9fbc0bdf45514460859a8c98a6f2;hpb=8d6b9ced7f03109f477838b50cbdfdddeb9c919e;p=libs%2Fgl.git diff --git a/source/text.cpp b/source/text.cpp index 85647a83..cb39a695 100644 --- a/source/text.cpp +++ b/source/text.cpp @@ -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