mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-07 12:23:42 +00:00
[GDNative] removed anchors
This commit is contained in:
@@ -36,8 +36,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void _transform_api_anchor() {}
|
||||
|
||||
void GDAPI godot_transform_new_with_axis_origin(godot_transform *r_dest, const godot_vector3 *p_x_axis, const godot_vector3 *p_y_axis, const godot_vector3 *p_z_axis, const godot_vector3 *p_origin) {
|
||||
const Vector3 *x_axis = (const Vector3 *)p_x_axis;
|
||||
const Vector3 *y_axis = (const Vector3 *)p_y_axis;
|
||||
|
||||
Reference in New Issue
Block a user