feat(ui): implement CSimpleStatusBar::SetStatusBarColor

This commit is contained in:
fallenoak 2026-02-04 21:10:42 -06:00
parent fd31a10eaf
commit d0621df975
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -206,7 +206,9 @@ void CSimpleStatusBar::SetRotatesTexture(int32_t enabled) {
}
void CSimpleStatusBar::SetStatusBarColor(const CImVector& color) {
// TODO
if (this->m_barTexture) {
this->m_barTexture->SetVertexColor(color);
}
}
void CSimpleStatusBar::SetValue(float value) {