|
@@ -861,7 +861,6 @@
|
|
for (var exception of Engine.WebGL2UniformBuffersExceptionList) {
|
|
for (var exception of Engine.WebGL2UniformBuffersExceptionList) {
|
|
if (ua.indexOf(exception) > -1) {
|
|
if (ua.indexOf(exception) > -1) {
|
|
this.disableUniformBuffers = true;
|
|
this.disableUniformBuffers = true;
|
|
- console.log("TODO remove this!! this.disableUniformBuffers set to true!!!!")
|
|
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|