From d58ce0e646e7cf3df81cb308f4cac36a1e9bda97 Mon Sep 17 00:00:00 2001 From: hgn Date: Tue, 8 Nov 2022 21:28:09 +0000 Subject: [PATCH] frame rate --- player_animation.h | 2 +- steam_build_script.vdf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/player_animation.h b/player_animation.h index 9d2c801..4d57965 100644 --- a/player_animation.h +++ b/player_animation.h @@ -383,7 +383,7 @@ VG_STATIC void player_animate_camera(void) m4x3_mulv( mtx, player.mdl.cam_pos, cam_pos ); v3_add( cam_pos, forward_dir, player.camera_pos ); - v3_lerp( phys->vl, phys->rb.v, 0.3f, phys->vl ); + v3_lerp( phys->vl, phys->rb.v, 18.0f*vg.time_delta, phys->vl ); } } diff --git a/steam_build_script.vdf b/steam_build_script.vdf index 6636a31..eb8eff3 100644 --- a/steam_build_script.vdf +++ b/steam_build_script.vdf @@ -12,7 +12,7 @@ { "FileMapping" { - "LocalPath" "linux/*" + "LocalPath" "skaterift-clang/*" "DepotPath" "." "recursive" "1" } @@ -21,7 +21,7 @@ { "FileMapping" { - "LocalPath" "win32/*" + "LocalPath" "skaterift-i686-w64-mingw32-gcc/*" "DepotPath" "." "recursive" "1" } -- 2.25.1