Skip to content

Commit 68ed161

Browse files
committed
Doc a point for this one
- Fix error in Engine#createFramePlan documentation
1 parent a2fc111 commit 68ed161

File tree

1 file changed

+1
-1
lines changed
  • common/src/api/java/dev/engine_room/flywheel/api/backend

1 file changed

+1
-1
lines changed

common/src/api/java/dev/engine_room/flywheel/api/backend/Engine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public interface Engine {
2727

2828
/**
2929
* Create a plan that will start execution after the start of the level render and
30-
* finish execution before {@link #setupRender} is called.
30+
* finish execution before {@link #render} is called.
3131
*
3232
* @return A new plan.
3333
*/

0 commit comments

Comments
 (0)