Update brain to 0.24.2 and fix TPS counter disappearing

This commit is contained in:
UnicornFreedom
2025-12-03 03:31:48 +01:00
parent 3b82541da6
commit cf78c278af
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ class StatusBar extends Widget {
Padding2D(left = 8, right = 8),
)
} else {
children = children.take(2)
children = children.take(3)
}
}