Rename Transform to Transform3D in core
This commit is contained in:
@ -213,7 +213,7 @@ void ConnectDialog::_add_bind() {
|
||||
value = Basis();
|
||||
break;
|
||||
case Variant::TRANSFORM:
|
||||
value = Transform();
|
||||
value = Transform3D();
|
||||
break;
|
||||
case Variant::COLOR:
|
||||
value = Color();
|
||||
|
||||
Reference in New Issue
Block a user