Comparing version 0.3.16-4 to 0.3.16-5
@@ -836,2 +836,3 @@ const TYPES_ENUM = { | ||
const shadow = shadows[pid]; | ||
console.log('hi', shadow); | ||
@@ -843,2 +844,3 @@ if (ArrayBuffer.isView(prop[eid])) { | ||
shadow[eid][i] = prop[eid][i]; | ||
break; | ||
} | ||
@@ -886,3 +888,3 @@ } | ||
const q = world[$queryMap].get(query); | ||
queryCommitRemovals(q); | ||
commitRemovals(world); | ||
if (q.changedComponents.length) return diff(q, clearDiff); // if (q.changedComponents.length) return q.changed.dense | ||
@@ -889,0 +891,0 @@ |
@@ -840,2 +840,3 @@ 'use strict'; | ||
const shadow = shadows[pid]; | ||
console.log('hi', shadow); | ||
@@ -847,2 +848,3 @@ if (ArrayBuffer.isView(prop[eid])) { | ||
shadow[eid][i] = prop[eid][i]; | ||
break; | ||
} | ||
@@ -890,3 +892,3 @@ } | ||
const q = world[$queryMap].get(query); | ||
queryCommitRemovals(q); | ||
commitRemovals(world); | ||
if (q.changedComponents.length) return diff(q, clearDiff); // if (q.changedComponents.length) return q.changed.dense | ||
@@ -893,0 +895,0 @@ |
{ | ||
"name": "bitecs", | ||
"version": "0.3.16-4", | ||
"version": "0.3.16-5", | ||
"description": "Functional, minimal, data-driven, ultra-high performance ECS library written in Javascript", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
321528
2837