Closed xeolabs closed 5 years ago
BatchingLayer had an assertion to ensure that only one BatchingLayer was being built at a time. That assertion is now redundant.
It was causing this error:
Fix by removing that currentBatchingLayer variable.
currentBatchingLayer
Fixed in https://github.com/xeokit/xeokit-sdk/releases/tag/v0.1.6
BatchingLayer had an assertion to ensure that only one BatchingLayer was being built at a time. That assertion is now redundant.
It was causing this error:
Fix by removing that
currentBatchingLayer
variable.