Give ui::Frame more rounded corners.

This commit is contained in:
J-D-K
2025-10-09 10:49:41 -04:00
parent ff0cba4b75
commit 2f90b5d2d6
4 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ void TitleInfoState::update()
if (!m_transition.in_place()) { return; }
else if (m_transition.in_place() && !m_timerStarted)
{
m_timer.start(40);
m_timer.start(50);
m_timerStarted = true;
}