From 6784ae807cf327bc1026dd7efa0bf7f4dd501a06 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 10 Dec 2024 23:12:22 +0100 Subject: Fix compiler warnings (VS 2019) Found with warning level: /W3 --- test/trackball.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/trackball.c') 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) -- cgit v1.2.3