diff options
| -rw-r--r-- | src/graphics_c3.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/graphics_c3.c b/src/graphics_c3.c index 31406b2..dd45fb9 100644 --- a/src/graphics_c3.c +++ b/src/graphics_c3.c @@ -487,6 +487,7 @@ int graphics_init() {//return the fd needed to read graphics events.   global.shape[0]=0;//we'll allocate as we need more.   global.camera.id=strdup(global.user);//make a copy so if we change global.user later we can reattach to this camera.   global.group_rot[0]=&global.camera; + ht_setkey(&global.ht_group,global.user,&global.camera);//merp. this will probably break when you try to change global.user to anything else.   global.group_rot[1]=0;//why do we have the camera in here? we need to prevent this from getting deleted.   global.camera.p.x=0; | 
