You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flare-Flutter/lib/flare/actor_shape.dart:138:26: Error: A value of type 'dart.core::int' can't be assigned to a variable of type 'dart.core::double'.
compiler message: Try changing the type of the left hand side, or casting the right hand side to 'dart.core::double'.
compiler message: double maxStroke = 0;
Flare-Flutter/lib/flare/actor_skin.dart:31:28: Error: A value of type 'dart.core::int' can't be assigned to a variable of type 'dart.core::double'.
compiler message: Try changing the type of the left hand side, or casting the right hand side to 'dart.core::double'.
compiler message: _boneMatrices[0] = 1;
The text was updated successfully, but these errors were encountered:
Same of #6
The text was updated successfully, but these errors were encountered: