@hkdigital/lib-core 0.4.73 → 0.4.74

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -114,7 +114,9 @@ export default class SceneBase {
114
114
  if (this.state === STATE_LOADING) {
115
115
  const { sourcesLoaded, numberOfSources } = this.progress;
116
116
 
117
- if (sourcesLoaded === numberOfSources && numberOfSources > 0) {
117
+ console.debug( 'SceneBase:check-for-loaded', {sourcesLoaded, numberOfSources} );
118
+
119
+ if (sourcesLoaded === numberOfSources) {
118
120
  this.#state.send(LOADED);
119
121
  }
120
122
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hkdigital/lib-core",
3
- "version": "0.4.73",
3
+ "version": "0.4.74",
4
4
  "author": {
5
5
  "name": "HKdigital",
6
6
  "url": "https://hkdigital.nl"