Removed mouse cursor rectangle.

This commit is contained in:
igor
2026-04-18 01:53:15 -07:00
parent 73c9232e84
commit 078b1e8a0c
-2
View File
@@ -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);
}