goat3d

changeset 71:39d8457e43df

merged
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 21 Apr 2014 03:44:42 +0300
parents 66cd8266f078 0bb33d04f279
children 36e39632db75
files
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/src/goat3d.cc	Mon Apr 21 03:44:10 2014 +0300
     1.2 +++ b/src/goat3d.cc	Mon Apr 21 03:44:42 2014 +0300
     1.3 @@ -56,6 +56,7 @@
     1.4  	goat->flags = 0;
     1.5  	goat->search_path = 0;
     1.6  	goat->scn = new Scene;
     1.7 +	goat->scn->goat = goat;
     1.8  
     1.9  	goat3d_setopt(goat, GOAT3D_OPT_SAVEXML, 1);
    1.10  	return goat;