You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Rename Transform to Transform3D in core
This commit is contained in:
@@ -2941,7 +2941,7 @@ Variant ShaderLanguage::constant_value_to_variant(const Vector<ShaderLanguage::C
|
||||
p[2][0] = p_value[8].real;
|
||||
p[2][1] = p_value[9].real;
|
||||
p[2][2] = p_value[10].real;
|
||||
Transform t = Transform(p, Vector3(p_value[3].real, p_value[7].real, p_value[11].real));
|
||||
Transform3D t = Transform3D(p, Vector3(p_value[3].real, p_value[7].real, p_value[11].real));
|
||||
value = Variant(t);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user