mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
parent
959a8b5b8b
commit
600763dffc
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ GUITable::GUITable(gui::IGUIEnvironment *env,
|
||||||
core::rect<s32> rectangle,
|
core::rect<s32> rectangle,
|
||||||
ISimpleTextureSource *tsrc
|
ISimpleTextureSource *tsrc
|
||||||
):
|
):
|
||||||
gui::IGUIElement(gui::EGUIET_ELEMENT, env, parent, id, rectangle),
|
gui::IGUIElement(gui::EGUIET_TABLE, env, parent, id, rectangle),
|
||||||
m_tsrc(tsrc)
|
m_tsrc(tsrc)
|
||||||
{
|
{
|
||||||
assert(tsrc != NULL);
|
assert(tsrc != NULL);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue