This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
samien
/
three.js
kopia lustrzana
https://github.com/mrdoob/three.js.git
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
updating toolbar settins on start
Aleksandar Rodic
13 lat temu
rodzic
3c50a85ad5
commit
4f861179c9
1 zmienionych plików
z
2 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
2
0
editor/js/ui/Toolbar.js
+ 2
- 0
editor/js/ui/Toolbar.js
Wyświetl plik
@@ -40,6 +40,8 @@ var Toolbar = function ( signals ) {
}
+ update();
+
return container;
}