Update StarScrollArea.cpp
This commit is contained in:
parent
f7dc97965d
commit
922427e25f
@ -384,7 +384,8 @@ bool ScrollArea::sendEvent(InputEvent const& event) {
|
||||
return true;
|
||||
}
|
||||
|
||||
void ScrollArea::update(float) {
|
||||
void ScrollArea::update(float dt) {
|
||||
Widget::update(dt);
|
||||
if (!m_visible)
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user