This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
heuzef
/
pannellum
огледало од
https://github.com/mpetroff/pannellum.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
22
Вики
Activity
Преглед изворни кода
Fix bug in last commit.
While the last commit prevented a race condition, it also broke the `updateOnce` function.
pull/1140/head
Matthew Petroff
пре 1 година
родитељ
3aab61fd2a
комит
3d271c83d5
1 измењених фајлова
са
4 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
src/js/pannellum.js
+ 4
- 1
src/js/pannellum.js
Прегледај датотеку
@@ -3075,7 +3075,10 @@ this.setUpdate = function(bool) {
*/
this.updateOnce = function() {
updateOnce = true;
this.setUpdate(true);
if (renderer === undefined)
onImageLoad();
else
animateInit();
return this;
};
Write
Preview
Loading…
Откажи
Сачувај