Tutorial finished
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user