example project fixes
This commit is contained in:
@@ -28,7 +28,7 @@ class _MyAppState extends State<MyApp> {
|
|||||||
List<String> _animationNames = [];
|
List<String> _animationNames = [];
|
||||||
bool _loop = false;
|
bool _loop = false;
|
||||||
bool _vertical = false;
|
bool _vertical = false;
|
||||||
bool _rendering = true;
|
bool _rendering = false;
|
||||||
int _framerate = 60;
|
int _framerate = 60;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
@@ -232,7 +232,7 @@ class _MyAppState extends State<MyApp> {
|
|||||||
break;
|
break;
|
||||||
case 29:
|
case 29:
|
||||||
_light = await _filamentController.addLight(
|
_light = await _filamentController.addLight(
|
||||||
2,
|
1,
|
||||||
6500,
|
6500,
|
||||||
15000000,
|
15000000,
|
||||||
0,
|
0,
|
||||||
|
|||||||
Reference in New Issue
Block a user