diff options
Diffstat (limited to 'src/camera.h')
| -rw-r--r-- | src/camera.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/camera.h b/src/camera.h index 2463200c..d40a80b6 100644 --- a/src/camera.h +++ b/src/camera.h @@ -236,7 +236,7 @@ static void DisableCursor() {} // Lock cursor static int IsKeyDown(int key) { return 0; } static int IsMouseButtonDown(int button) { return 0;} -static float GetMouseWheelMove() { return 0.f; } +static float GetMouseWheelMove() { return 0.0f; } static Vector2 GetMousePosition() { return (Vector2){ 0.0f, 0.0f }; } #endif |
