Fix DhApiScreenResizeEvent incorrect description

This commit is contained in:
James Seibel
2024-02-25 08:14:25 -06:00
parent bb5dd248d8
commit 28e230a2db
@@ -32,7 +32,7 @@ import com.seibel.distanthorizons.api.methods.events.sharedParameterObjects.DhAp
*/
public abstract class DhApiScreenResizeEvent implements IDhApiEvent<DhApiScreenResizeEvent.EventParam>
{
/** Fired immediately before Distant Horizons renders any transparent buffers. */
/** Fired immediately before Distant Horizons handles the screen resize. */
public abstract void onResize(DhApiEventParam<EventParam> event);