@@ -182,7 +182,7 @@ THREE.WebGLRenderer = function ( parameters ) {
setDefaultGLState();
objects.objects = {};
- webGLProps.deleteAll();
+ webGLProps.clear();
}, false);
@@ -6,7 +6,7 @@ THREE.WebGLProperties = function () {
var properties = {};
- this.deleteAll = function () {
+ this.clear = function () {
properties = {};