Skip to content

Commit 31c0de5

Browse files
committed
fix zooming cursor resets
1 parent 9d1b332 commit 31c0de5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/game/game.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,6 @@ namespace game
490490
{
491491
if(on != zooming)
492492
{
493-
if(focus == game::player1) resetcursor();
494493
lastzoom = millis-max(zoomtime-(millis-lastzoom), 0);
495494
prevzoom = zooming;
496495
if(zoomdefault >= 0 && on) zoomlevel = zoomdefault;

0 commit comments

Comments
 (0)