From 078b1e8a0c9c29bb480b84f2182d10160adb54b7 Mon Sep 17 00:00:00 2001 From: igor Date: Sat, 18 Apr 2026 01:53:15 -0700 Subject: [PATCH] Removed mouse cursor rectangle. --- handmade.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/handmade.c b/handmade.c index a4999b5..7e67557 100644 --- a/handmade.c +++ b/handmade.c @@ -383,8 +383,6 @@ void UpdateAndRender(thread_context *Thread, game_memory *Memory, game_input *In } #endif - DrawRectangle(Buffer, (F32)Input->MouseX-14.0f, (F32)Input->MouseY-14.0f, (F32)(Input->MouseX)+2.0f, (F32)(Input->MouseY)+2.0f, 1.0f, 0.0f, 0.0f); - GameOutputSound(GameState, SoundBuffer, 400); }