X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftext.h;h=40c9b8500097d1591f8be68b1ad6b3234870729b;hp=7bf7956033d28b592e23790992507ad293ccd5f9;hb=3c46227c280bc4cd8a4487c648f2f080d5b4f7ea;hpb=74e1414b1f86d6be0b0100b196b9b112cdda0435 diff --git a/source/text.h b/source/text.h index 7bf79560..40c9b850 100644 --- a/source/text.h +++ b/source/text.h @@ -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(); }