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 63307a3 commit 2d836dfCopy full SHA for 2d836df
engine/modules/entities/src/main/java/com/codingame/gameengine/module/entities/GraphicEntityModule.java
@@ -111,7 +111,7 @@ public SpriteSheetSplitter createSpriteSheetSplitter() {
111
*
112
113
* @param t
114
- * The instant of the frame 0 ≥ t ≥ 1.
+ * The instant of the frame 0 ≤ t ≤ 1.
115
* @exception IllegalArgumentException
116
* if the t is not a valid instant.
117
@@ -127,7 +127,7 @@ public void commitWorldState(double t) {
127
* </p>
128
129
130
131
* @param entities
132
* The entity objects to commit.
133
0 commit comments