about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/game/client/game_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/game_client.cpp b/src/game/client/game_client.cpp
index d8a20fa1..eb441267 100644
--- a/src/game/client/game_client.cpp
+++ b/src/game/client/game_client.cpp
@@ -2198,7 +2198,7 @@ void render_game()
 		cl_effects.getzoom(client_tick(), client_intratick(), local_character);
 
 	// DEBUG TESTING
-	if(inp_key_pressed('M') || zoom > 3.01f)
+	if(zoom > 3.01f)
 	{
 		gfx_clear_mask(0);