Ver a proveniência

Add warning for when HFOV bounds don't make sense.

tags/2.2.0
Matthew Petroff há 8 anos
ascendente
cometimento
c5ff999e16
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      src/js/pannellum.js

+ 1
- 0
src/js/pannellum.js Ver ficheiro

@@ -1581,6 +1581,7 @@ function setHfov(hfov) {
} }
if (minHfov >= config.maxHfov) { if (minHfov >= config.maxHfov) {
// Don't change view if bounds don't make sense // Don't change view if bounds don't make sense
console.log('HFOV bounds do not make sense (minHfov >= maxHfov).')
return; return;
} if (hfov < minHfov) { } if (hfov < minHfov) {
config.hfov = minHfov; config.hfov = minHfov;


Carregando…
Cancelar
Guardar