mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 05:33:11 +00:00
Fix temporary Euler when editing quaternion
This commit is contained in:
parent
ec78dde748
commit
464a1e8672
@ -2025,6 +2025,7 @@ void EditorPropertyQuaternion::_custom_value_changed(double val) {
|
||||
spin[1]->set_value_no_signal(temp_q.y);
|
||||
spin[2]->set_value_no_signal(temp_q.z);
|
||||
spin[3]->set_value_no_signal(temp_q.w);
|
||||
_value_changed(-1, "");
|
||||
}
|
||||
|
||||
void EditorPropertyQuaternion::_value_changed(double val, const String &p_name) {
|
||||
|
Loading…
Reference in New Issue
Block a user