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