Home
last modified time | relevance | path

Searched refs:INTERPOLATION_SPEED (Results 1 – 1 of 1) sorted by relevance

/dports/games/cake/cake_src/cake/
H A Dclient.cpp735 #define INTERPOLATION_SPEED 0.125f // Speed used for interpolations (proportional to height differ… macro
804 progress += (INTERPOLATION_SPEED * time_frame); in CheckCollision()