mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Rename guiScrollBar to GUIScrollBar
This commit is contained in:
parent
4aa9a669cb
commit
115ef6c09c
8 changed files with 22 additions and 22 deletions
|
@ -199,7 +199,7 @@ protected:
|
|||
video::SColor m_highlight_text = video::SColor(255, 255, 255, 255);
|
||||
s32 m_rowheight = 1;
|
||||
gui::IGUIFont *m_font = nullptr;
|
||||
guiScrollBar *m_scrollbar = nullptr;
|
||||
GUIScrollBar *m_scrollbar = nullptr;
|
||||
|
||||
// Allocated strings and images
|
||||
std::vector<core::stringw> m_strings;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue