example project fixes

This commit is contained in:
Nick Fisher
2022-12-09 14:45:35 +08:00
parent 5684cddece
commit 76ce8dad4b

View File

@@ -28,7 +28,7 @@ class _MyAppState extends State<MyApp> {
List<String> _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<MyApp> {
break;
case 29:
_light = await _filamentController.addLight(
2,
1,
6500,
15000000,
0,