We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa85fe1 + 426c4f1 commit b6a950fCopy full SHA for b6a950f
src/framework/entity.js
@@ -406,7 +406,7 @@ class Entity extends GraphNode {
406
removeComponent(type) {
407
const system = this._app.systems[type];
408
if (!system) {
409
- Debug.error(`addComponent: System '${type}' doesn't exist`);
+ Debug.error(`removeComponent: System '${type}' doesn't exist`);
410
return;
411
}
412
if (!this.c[type]) {
0 commit comments