Skip to content

Commit e8439bf

Browse files
committed
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`.
1 parent 4fadd26 commit e8439bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/scenes/load_scene_example.scn.ron

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"value": (0.0, 0.0, 0.0),
1111
},
1212
"rotation": {
13-
"type": "glam::f32::scalar::quat::Quat",
13+
"type": "glam::f32::sse2::quat::Quat",
1414
"value": (0.0, 0.0, 0.0, 1.0),
1515
},
1616
"scale": {

0 commit comments

Comments
 (0)