Skip to content

Commit

Permalink
ft: svr.t
Browse files Browse the repository at this point in the history
  • Loading branch information
agustincarriso committed Jan 7, 2025
1 parent 114160a commit 511b095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export function main() {
*/

console.log('scene: ' + som.scene.title)
const gameManager = new GameManager('test')
const gameManager = new GameManager(svr.t)
gameManager.init()
}

0 comments on commit 511b095

Please sign in to comment.