[GDNative] removed anchors
This commit is contained in:
parent
ffc2669298
commit
d82942e1c5
24 changed files with 25 additions and 126 deletions
|
|
@ -41,9 +41,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
void _array_api_anchor() {
|
||||
}
|
||||
|
||||
void GDAPI godot_array_new(godot_array *r_dest) {
|
||||
Array *dest = (Array *)r_dest;
|
||||
memnew_placement(dest, Array);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue