small compression
[carveJwlIkooP6JGAAIwe30JlM.git] / world_traffic.c
index dd8da0713ac04101398f04f97d4a40ca26e5f19a..0083aae0efd451aa6629a2055b5999b03e5c45b5 100644 (file)
@@ -60,7 +60,7 @@ static void world_traffic_update( world_instance *world, v3f pos ){
       float a = atan2f( -v0[0], v0[2] );
       q_axis_angle( traffic->transform.q, (v3f){0.0f,1.0f,0.0f}, -a );
 
-      vg_line_pt3( traffic->transform.co, 0.3f, VG__BLUE );
+      vg_line_point( traffic->transform.co, 0.3f, VG__BLUE );
    }
 }