X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=vehicle.c;h=e988d616971b06c8c73b297aaf9c4f466359830f;hb=73adac381b2c72f08293416a960942dc40db3c7f;hp=ad3e00d675e7158aa3221738626da518af5bec91;hpb=342fcbf6fda017bdd38d56ce0fa7c9e59e589f3b;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/vehicle.c b/vehicle.c index ad3e00d..e988d61 100644 --- a/vehicle.c +++ b/vehicle.c @@ -92,7 +92,7 @@ VG_STATIC void vehicle_wheel_force( int index ) m4x3f mtx; m3x3_copy( gzoomer.obj.rb.to_world, mtx ); v3_copy( pc, mtx[3] ); - debug_sphere( mtx, k_car_wheel_radius, VG__BLACK ); + vg_line_sphere( mtx, k_car_wheel_radius, VG__BLACK ); vg_line( pa, pc, VG__WHITE ); v3_copy( pc, gzoomer.wheels[index] );