mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
fix Quat
type name in scene example scene file (#5803)
# Objective fix #5790 ## Solution Change type name in the scene file by its new name `glam::f32::sse2::quat::Quat`.
This commit is contained in:
parent
4fadd26168
commit
e8439bf827
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
"value": (0.0, 0.0, 0.0),
|
||||
},
|
||||
"rotation": {
|
||||
"type": "glam::f32::scalar::quat::Quat",
|
||||
"type": "glam::f32::sse2::quat::Quat",
|
||||
"value": (0.0, 0.0, 0.0, 1.0),
|
||||
},
|
||||
"scale": {
|
||||
|
|
Loading…
Reference in a new issue