[GDNative] removed anchors

This commit is contained in:
Karroffel
2017-11-03 15:17:50 +01:00
parent ffc2669298
commit d82942e1c5
24 changed files with 25 additions and 126 deletions
-2
View File
@@ -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;