Made Instant rezoom more instant
This commit is contained in:
parent
462767ea80
commit
0fbb28e621
@ -44,7 +44,7 @@ void InstantZoom() {
|
||||
//Setup
|
||||
instant_rezoom_timer_active = true;
|
||||
instant_rezoom_timer_step = 0;
|
||||
instant_rezoom_tick = 15;
|
||||
instant_rezoom_tick = 12;
|
||||
} else if (instant_rezoom_tick > 0 && instant_rezoom_timer_step == 0){
|
||||
instant_rezoom_tick--;
|
||||
} else if (instant_rezoom_timer_step == 0) {
|
||||
|
Reference in New Issue
Block a user