diff options
Diffstat (limited to 'test/trackball.c')
| -rw-r--r-- | test/trackball.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/trackball.c b/test/trackball.c index 7876bd541..398d537b4 100644 --- a/test/trackball.c +++ b/test/trackball.c @@ -66,7 +66,7 @@ */ static float tb_project_to_sphere(float, float, float); static void normalize_quat(float [4]); -static float max_velocity = 0.1; +static float max_velocity = 0.1f; void vzero(float *v) |
