1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Rename Transform to Transform3D in core

This commit is contained in:
Aaron Franke
2020-10-17 01:08:21 -04:00
parent b80494e633
commit de3f6699a5
257 changed files with 1697 additions and 1702 deletions

View File

@@ -213,7 +213,7 @@ void ConnectDialog::_add_bind() {
value = Basis();
break;
case Variant::TRANSFORM:
value = Transform();
value = Transform3D();
break;
case Variant::COLOR:
value = Color();