Doc a point for this one

- Fix error in Engine#createFramePlan documentation
This commit is contained in:
Jozufozu 2025-02-15 13:11:34 -08:00
parent a2fc111499
commit 68ed161269

View file

@ -27,7 +27,7 @@ public interface Engine {
/** /**
* Create a plan that will start execution after the start of the level render and * Create a plan that will start execution after the start of the level render and
* finish execution before {@link #setupRender} is called. * finish execution before {@link #render} is called.
* *
* @return A new plan. * @return A new plan.
*/ */