mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
@@ -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);
|
||||||
|
Reference in New Issue
Block a user