mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Rename guiScrollBar to GUIScrollBar
This commit is contained in:
@@ -61,7 +61,7 @@ GUITable::GUITable(gui::IGUIEnvironment *env,
|
||||
}
|
||||
|
||||
const s32 s = skin->getSize(gui::EGDS_SCROLLBAR_SIZE);
|
||||
m_scrollbar = new guiScrollBar(Environment, this, -1,
|
||||
m_scrollbar = new GUIScrollBar(Environment, this, -1,
|
||||
core::rect<s32>(RelativeRect.getWidth() - s,
|
||||
0,
|
||||
RelativeRect.getWidth(),
|
||||
|
Reference in New Issue
Block a user