mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
return a value
This commit is contained in:
parent
711d80b5ce
commit
62dafaaa17
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user