trail rendering basics
[carveJwlIkooP6JGAAIwe30JlM.git] / testing.c
index c057c9fa0514d67847d12899318628e0297a498d..2e581637e017e040f12b6fda8ec9c3c7e58b7f55 100644 (file)
--- a/testing.c
+++ b/testing.c
@@ -24,6 +24,8 @@ static void testing_update(void){
 
    if( vg_getkey( SDLK_8 ) ){
       localplayer.have_glider = 1;
+      localplayer.glider_orphan = 0;
+      player_glide.t = -1.0f;
    }
 
    vg_line_boxf_transformed( baller.rb.to_world, baller.box, VG__RED );