remove unused param comment

This commit is contained in:
sfja 2025-09-08 00:35:13 +02:00
parent 67579d5f8f
commit 4130c45449

View File

@ -7,7 +7,6 @@ export let frameDeltaT = 0;
/**
* Start a game.
*
* @param {() => void} initFunction Run once at start
* @param {() => void} loopFunction Run every frame
*/
export function startGame(loopFunction) {