diff --git a/WickedEngine/wiScene_Serializers.cpp b/WickedEngine/wiScene_Serializers.cpp index 3ce41d595..5824df73a 100644 --- a/WickedEngine/wiScene_Serializers.cpp +++ b/WickedEngine/wiScene_Serializers.cpp @@ -1644,6 +1644,8 @@ namespace wi::scene archive >> default_look_direction; archive >> head_rotation_max; archive >> head_rotation_speed; + archive >> eye_rotation_max; + archive >> eye_rotation_speed; for (auto& entity : bones) { @@ -1656,6 +1658,8 @@ namespace wi::scene archive << default_look_direction; archive << head_rotation_max; archive << head_rotation_speed; + archive << eye_rotation_max; + archive << eye_rotation_speed; for (auto& entity : bones) {