Tutorial finished

This commit is contained in:
Thomas FORGIONE
2015-07-22 17:56:47 +02:00
parent 4e1d86ca8b
commit 5316efcc21
6 changed files with 34 additions and 18 deletions

View File

@@ -142,7 +142,6 @@ L3D.Previewer.prototype.render = function(container_width, container_height) {
*/
L3D.Previewer.prototype.clear = function() {
if (this.clearNeeded) {
console.log("Clear");
this.domElement.width = this.domElement.width;
this.clearNeeded = false;
}