Skip to content

Commit

Permalink
fix build failing
Browse files Browse the repository at this point in the history
  • Loading branch information
drB-dotjpg committed Jan 27, 2024
1 parent e2ea06b commit d9a227d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphics/break/scripts/sceneSwitcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function hideMainScene(): gsap.core.Timeline {
x: 30,
ease: 'power2.in',
duration: 0.5
}, 'sceneHide+=0.5')
}, 'sceneHide+=0.5');

return tl;
}
Expand Down

0 comments on commit d9a227d

Please sign in to comment.