This website works better with JavaScript
Home
Explore
Help
Sign In
javascript
/
three.js
mirror of
https://github.com/tazdij/three.js.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
updating toolbar settins on start
Aleksandar Rodic
12 years ago
parent
3c50a85ad5
commit
4f861179c9
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
editor/js/ui/Toolbar.js
+ 2
- 0
editor/js/ui/Toolbar.js
View File
@@ -40,6 +40,8 @@ var Toolbar = function ( signals ) {
}
+ update();
+
return container;
}