No more errors with DB in sponza streaming
This commit is contained in:
@@ -41,7 +41,7 @@ L3D.DB.Private.sendData = function(url, data, force) {
|
||||
* @memberof L3D.DB.Private
|
||||
* @type {Boolean}
|
||||
*/
|
||||
L3D.DB.Private.enabled = true;
|
||||
L3D.DB.Private.enabled = !window.DB_DISABLED;
|
||||
|
||||
/**
|
||||
* Enables the requests
|
||||
|
||||
Reference in New Issue
Block a user