Ver a proveniência

Fix bug in last commit.

pull/302/merge
Matthew Petroff há 8 anos
ascendente
cometimento
a0a5ee0624
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/js/libpannellum.js

+ 1
- 1
src/js/libpannellum.js Ver ficheiro

@@ -66,7 +66,7 @@ function Renderer(container) {
if (typeof _imageType === undefined)
_imageType = 'equirectangular';

if (_imageType != 'equirectangular' || _imageType != 'cubemap' ||
if (_imageType != 'equirectangular' && _imageType != 'cubemap' &&
_imageType != 'multires') {
console.log('Error: invalid image type specified!');
throw {type: 'config error'};


Carregando…
Cancelar
Guardar