diff --git a/doc/examples/debug/lib/main.dart b/doc/examples/debug/lib/main.dart index 02536fdb8..bbc70d03b 100644 --- a/doc/examples/debug/lib/main.dart +++ b/doc/examples/debug/lib/main.dart @@ -55,9 +55,6 @@ class MyGame extends BaseGame { @override bool debugMode() => true; - @override - bool recordFps() => true; - @override Future onLoad() async { final androidImage = await images.load('android.png');