Skip to content

Commit b6a950f

Browse files
authored
Merge branch 'main' into texture-array-updates
2 parents fa85fe1 + 426c4f1 commit b6a950f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/framework/entity.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ class Entity extends GraphNode {
406406
removeComponent(type) {
407407
const system = this._app.systems[type];
408408
if (!system) {
409-
Debug.error(`addComponent: System '${type}' doesn't exist`);
409+
Debug.error(`removeComponent: System '${type}' doesn't exist`);
410410
return;
411411
}
412412
if (!this.c[type]) {

0 commit comments

Comments
 (0)