mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	@@ -32,7 +32,7 @@ GUITable::GUITable(gui::IGUIEnvironment *env,
 | 
			
		||||
		core::rect<s32> rectangle,
 | 
			
		||||
		ISimpleTextureSource *tsrc
 | 
			
		||||
):
 | 
			
		||||
	gui::IGUIElement(gui::EGUIET_ELEMENT, env, parent, id, rectangle),
 | 
			
		||||
	gui::IGUIElement(gui::EGUIET_TABLE, env, parent, id, rectangle),
 | 
			
		||||
	m_tsrc(tsrc)
 | 
			
		||||
{
 | 
			
		||||
	assert(tsrc != NULL);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user