Skip to content

Commit a65cc6b

Browse files
authored
Merge pull request godotengine#91678 from KoBeWi/quackernion🦆
Fix temporary Euler when editing quaternion
2 parents 24ce827 + 464a1e8 commit a65cc6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editor/editor_properties.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2025,6 +2025,7 @@ void EditorPropertyQuaternion::_custom_value_changed(double val) {
20252025
spin[1]->set_value_no_signal(temp_q.y);
20262026
spin[2]->set_value_no_signal(temp_q.z);
20272027
spin[3]->set_value_no_signal(temp_q.w);
2028+
_value_changed(-1, "");
20282029
}
20292030

20302031
void EditorPropertyQuaternion::_value_changed(double val, const String &p_name) {

0 commit comments

Comments
 (0)