Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
heuzef
/
pannellum
réplica de
https://github.com/mpetroff/pannellum.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
22
Wiki
Actividad
Explorar el Código
Avoid race condition between `updateOnce()` and `setUpdate(true)`.
pull/1140/head
Matthew Petroff
hace 1 año
padre
204241e715
commit
3aab61fd2a
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
src/js/pannellum.js
+ 1
- 0
src/js/pannellum.js
Ver fichero
@@ -3058,6 +3058,7 @@ this.getRenderer = function() {
this.setUpdate = function(bool) {
update = bool === true;
if (update) {
updateOnce = false;
if (renderer === undefined)
onImageLoad();
else
Escribir
Vista previa
Cargando…
Cancelar
Guardar