Skip to content

Commit

Permalink
fix(typescript): erreur typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
oulahoop committed Sep 4, 2024
1 parent 88be3f2 commit f6ea6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Character from './classes/Character'
await scene.initPhysics()
// Debug the scene
if (import.meta.env.DEV)
//fDebug(scene)
fDebug(scene)

scene.world.gravity.y = -15
const character = new Character(scene)
Expand Down

0 comments on commit f6ea6bc

Please sign in to comment.