mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 10:38:17 +08:00
Remove FPSCounter from BaseGame (#913)
This commit is contained in:
@ -33,7 +33,7 @@ class LogoCompomnent extends SpriteComponent with HasGameRef<DebugGame> {
|
||||
}
|
||||
}
|
||||
|
||||
class DebugGame extends BaseGame {
|
||||
class DebugGame extends BaseGame with FPSCounter {
|
||||
static final fpsTextPaint = TextPaint(
|
||||
config: const TextPaintConfig(
|
||||
color: Color(0xFFFFFFFF),
|
||||
|
||||
Reference in New Issue
Block a user