Skip to content

Commit

Permalink
Fix: Erro de digitação
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomatos321 committed Jul 14, 2024
1 parent f9f168c commit ce9f9ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h1 class="text-3xl"><strong>Colisão 1D de trilho de ar</strong></h1>
<script type="module">
import AirTrackScene from "./AirTrackScene.js";

const Scene = new AirTrackS()
const Scene = new AirTrackScene()
window.addEventListener("DOMContentLoaded", () => Scene.Start())
window.addEventListener("toggleAnimation", (e) => Scene.isPlaying = e.detail.isPlaying)
</script>
Expand Down

0 comments on commit ce9f9ee

Please sign in to comment.