remove unused param comment
This commit is contained in:
parent
67579d5f8f
commit
4130c45449
@ -7,7 +7,6 @@ export let frameDeltaT = 0;
|
|||||||
/**
|
/**
|
||||||
* Start a game.
|
* Start a game.
|
||||||
*
|
*
|
||||||
* @param {() => void} initFunction Run once at start
|
|
||||||
* @param {() => void} loopFunction Run every frame
|
* @param {() => void} loopFunction Run every frame
|
||||||
*/
|
*/
|
||||||
export function startGame(loopFunction) {
|
export function startGame(loopFunction) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user