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); }