Merge pull request #91678 from KoBeWi/quackernion🦆

Fix temporary Euler when editing quaternion
This commit is contained in:
Rémi Verschelde 2024-05-08 00:41:42 +02:00 committed by GitHub
commit a65cc6b62a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) {