From 76ce8dad4b2cdf02fea3a3037a9bc131ed91997b Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 9 Dec 2022 14:45:35 +0800 Subject: [PATCH] example project fixes --- example/lib/main.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/lib/main.dart b/example/lib/main.dart index 1ec24559..3ef5e1a0 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -28,7 +28,7 @@ class _MyAppState extends State { List _animationNames = []; bool _loop = false; bool _vertical = false; - bool _rendering = true; + bool _rendering = false; int _framerate = 60; @override @@ -232,7 +232,7 @@ class _MyAppState extends State { break; case 29: _light = await _filamentController.addLight( - 2, + 1, 6500, 15000000, 0,