Skip to content

Commit

Permalink
"assets/Object/videos" fix
Browse files Browse the repository at this point in the history
lol
  • Loading branch information
JordanSantiagoYT committed Jan 12, 2025
1 parent cc454bc commit 213b7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/stages/PhillyStreets.hx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class PhillyStreets extends BaseStage
if(!videoEnded && videoName != null)
{
#if VIDEOS_ALLOWED
final shit = game.startVideo(videoName, function()
final shit = game.startVideo(videoName, '', function()
{
videoEnded = true;
game.videoCutscene = null;
Expand Down

2 comments on commit 213b7cc

@SyncGit12
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that was funny as hell ngl

i wheezed

@moxie-coder
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, look I was tired already and I needed a break from this for a while

Please sign in to comment.