mirror of
https://github.com/godotengine/godot.git
synced 2025-10-21 08:53:35 +00:00
Rename Quat to Quaternion
This commit is contained in:
parent
766c6dbb24
commit
8acd13a456
89 changed files with 729 additions and 730 deletions
|
@ -381,7 +381,7 @@ static Color _color_from_type(Variant::Type p_type, bool dark_theme = true) {
|
|||
case Variant::PLANE:
|
||||
color = Color(0.97, 0.44, 0.44);
|
||||
break;
|
||||
case Variant::QUAT:
|
||||
case Variant::QUATERNION:
|
||||
color = Color(0.93, 0.41, 0.64);
|
||||
break;
|
||||
case Variant::AABB:
|
||||
|
@ -487,7 +487,7 @@ static Color _color_from_type(Variant::Type p_type, bool dark_theme = true) {
|
|||
case Variant::PLANE:
|
||||
color = Color(0.97, 0.44, 0.44);
|
||||
break;
|
||||
case Variant::QUAT:
|
||||
case Variant::QUATERNION:
|
||||
color = Color(0.93, 0.41, 0.64);
|
||||
break;
|
||||
case Variant::AABB:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue