From 4130c4544961028a7812d2f2f7a3582f030d4060 Mon Sep 17 00:00:00 2001 From: sfja Date: Mon, 8 Sep 2025 00:35:13 +0200 Subject: [PATCH] remove unused param comment --- lib/lib.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/lib.js b/lib/lib.js index 7aaa0df..90fd222 100644 --- a/lib/lib.js +++ b/lib/lib.js @@ -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) {