From 62dafaaa1709b712e8a921fbf372245e530ec98a Mon Sep 17 00:00:00 2001 From: Cary Sandvig Date: Mon, 6 Nov 2000 23:04:20 +0000 Subject: [PATCH] return a value --- panda/src/gui/guiLabel.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/gui/guiLabel.cxx b/panda/src/gui/guiLabel.cxx index 0434749691..a679c20ebc 100644 --- a/panda/src/gui/guiLabel.cxx +++ b/panda/src/gui/guiLabel.cxx @@ -88,6 +88,7 @@ GuiLabel* GuiLabel::make_simple_texture_label(Texture* texture) { uvs.push_back(TexCoordf(1., 0.)); geoset->set_texcoords(uvs, G_PER_VERTEX); n2->add_geom(geoset); + return ret; } GuiLabel* GuiLabel::make_simple_text_label(const string& text, Node* font) {