From d768e347e6f18b0d4b5f9d38994d6e7cd6136c3e Mon Sep 17 00:00:00 2001 From: Dor Shapira <107134807+sDos280@users.noreply.github.com> Date: Wed, 9 Nov 2022 17:27:13 +0200 Subject: [PATCH] fixing typo --- rlExtrasC/FPCamera.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rlExtrasC/FPCamera.h b/rlExtrasC/FPCamera.h index 28cbb48..38c3252 100644 --- a/rlExtrasC/FPCamera.h +++ b/rlExtrasC/FPCamera.h @@ -83,7 +83,7 @@ typedef struct float ViewBobbleFreq; // how high up/down will the bobble be - float ViewBobbleMagnatude; + float ViewBobbleMagnitude; // how far left and right should the view bobble float ViewBobbleWaverMagnitude;