diff options
Diffstat (limited to 'src/game/g_game.cpp')
| -rw-r--r-- | src/game/g_game.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/g_game.cpp b/src/game/g_game.cpp index 74b9aed4..25114cb7 100644 --- a/src/game/g_game.cpp +++ b/src/game/g_game.cpp @@ -43,8 +43,6 @@ bool tuning_params::get(const char *name, float *value) return false; } - - // TODO: OPT: rewrite this smarter! void move_point(vec2 *inout_pos, vec2 *inout_vel, float elasticity, int *bounces) { |