X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftext.cpp;h=cb39a695dcb6095d931cf68564c52115ad03e445;hp=85647a83980b9fbc0bdf45514460859a8c98a6f2;hb=437609f708f2918067ec64f6d02261d113b1cac0;hpb=4d27357dfe703c56ed4d6346690eeb64c2c703b7 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