You've already forked godot
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:
@@ -326,7 +326,7 @@ static Variant create_var(RS::GlobalVariableType p_type) {
|
||||
return Transform2D();
|
||||
}
|
||||
case RS::GLOBAL_VAR_TYPE_TRANSFORM: {
|
||||
return Transform();
|
||||
return Transform3D();
|
||||
}
|
||||
case RS::GLOBAL_VAR_TYPE_MAT4: {
|
||||
Vector<real_t> xform;
|
||||
|
||||
Reference in New Issue
Block a user