goat3d
diff src/goat3d.cc @ 66:3751aabbc5b3
igame animation api is weird...
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 19 Apr 2014 07:56:43 +0300 |
parents | 76d0f55f9d5f |
children | 8970ca3d55e0 |
line diff
1.1 --- a/src/goat3d.cc Tue Apr 01 13:11:04 2014 +0300 1.2 +++ b/src/goat3d.cc Sat Apr 19 07:56:43 2014 +0300 1.3 @@ -780,7 +780,7 @@ 1.4 1.5 GOAT3DAPI void goat3d_add_node_child(struct goat3d_node *node, struct goat3d_node *child) 1.6 { 1.7 - node->add_child(node); 1.8 + node->add_child(child); 1.9 } 1.10 1.11 GOAT3DAPI int goat3d_get_node_child_count(const struct goat3d_node *node)