Skip to content

Commit

Permalink
fix Quat type name in scene example scene file (bevyengine#5803)
Browse files Browse the repository at this point in the history
# Objective

fix bevyengine#5790 

## Solution

Change type name in the scene file by its new name `glam::f32::sse2::quat::Quat`.
  • Loading branch information
tguichaoua authored and james7132 committed Oct 28, 2022
1 parent ba8ebfa commit 608ca0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scenes/load_scene_example.scn.ron
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 608ca0b

Please sign in to comment.