Removed mouse delay.

This commit is contained in:
igor
2026-04-18 01:51:10 -07:00
parent 1c1bea8a05
commit 73c9232e84
2 changed files with 25 additions and 27 deletions
+2
View File
@@ -383,6 +383,8 @@ 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);
}