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.
1 parent 3f0deec commit 2447168Copy full SHA for 2447168
engine/modules/camera/src/main/java/com/codingame/gameengine/module/camera/CameraModule.java
@@ -105,8 +105,7 @@ public void addTrackedEntity(Entity<?> entity) {
105
registered.put(id, true);
106
}
107
} else {
108
- throw new RuntimeException("The entity given can't be track because it's not the child of " +
109
- "the container / on of the container child !\n" +
+ throw new RuntimeException("The entity given can't be tracked because it's not a child/successor of the tracked container!\n" +
110
"Don't forget to init the camera with the setContainer method");
111
112
0 commit comments