Update StarScrollArea.cpp

This commit is contained in:
Bottinator22 2024-12-28 20:08:17 -08:00 committed by GitHub
parent f7dc97965d
commit 922427e25f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;