diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-18 20:17:16 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-18 20:17:16 +0100 |
| commit | e917400634a535c6c14afc4e37a759f7c777b73a (patch) | |
| tree | 5c8a5de1c6c09985395fbfb660a27500a65d1de0 /include/drops.h | |
| parent | 3e825971102a33dfbb82a20a365684d413bc1ba8 (diff) | |
server tick rate
Diffstat (limited to 'include/drops.h')
| -rw-r--r-- | include/drops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drops.h b/include/drops.h index aa48e24..91ec03e 100644 --- a/include/drops.h +++ b/include/drops.h @@ -28,7 +28,7 @@ drop drops[MAX_DROPS] = {0}; #define DROP_MAX_DURATION (4.0f) #define DROP_FADE_TIME (2.0f) -void update_drops(); +void update_drops_server(); void draw_drops(platform_window* window); void spawn_drop(vec3f pos); |
