This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pannellum
mirror of
https://github.com/mpetroff/pannellum.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
22
Wiki
Activity
Browse Source
Zooming out with the keyboard was too slow; speeding up.
pull/54/head
Matthew Petroff
9 years ago
parent
d3c739df5e
commit
d71732e50b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/js/pannellum.js
+ 1
- 1
src/js/pannellum.js
View File
@@ -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
Write
Preview
Loading…
Cancel
Save