Pārlūkot izejas kodu

Zooming out with the keyboard was too slow; speeding up.

pull/54/head
Matthew Petroff pirms 9 gadiem
vecāks
revīzija
d71732e50b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/js/pannellum.js

+ 1
- 1
src/js/pannellum.js Parādīt failu

@@ -710,7 +710,7 @@ function keyRepeat() {
// If minus key is down
if (keysDown[0]) {
setHfov(config.hfov + (zoomSpeed * 0.8 + 0.2) * diff);
setHfov(config.hfov + (zoomSpeed * 0.8 + 0.5) * diff);
}
// If plus key is down


Notiek ielāde…
Atcelt
Saglabāt