Any given mouse wheel input will generate two InputEvents in godot. The zoom methods here acted on both ones, effectively giving a step value of 4 instead of 2. Fixes #7236
Any given mouse wheel input will generate two InputEvents in godot. The zoom methods here acted on both ones, effectively giving a step value of 4 instead of 2. Fixes #7236