basic replayable replays
[carveJwlIkooP6JGAAIwe30JlM.git] / vehicle.c
index ad3e00d675e7158aa3221738626da518af5bec91..e988d616971b06c8c73b297aaf9c4f466359830f 100644 (file)
--- 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] );