Skip to content

Commit

Permalink
fix(build): Remove invalid var.
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Nana <[email protected]>
  • Loading branch information
na2axl committed Oct 6, 2024
1 parent c27706f commit e839bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/sample_01/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ static void run(AmVoidPtr param)
if (!ctx->mainMenuBackgroundChannel.Valid() ||
ctx->mainMenuBackgroundChannel.GetPlaybackState() == ChannelPlaybackState::Stopped)
{
ctx->mainMenuBackgroundChannel = amEngine->Play(mainMenuBackgroundHandle, bug);
ctx->mainMenuBackgroundChannel = amEngine->Play(mainMenuBackgroundHandle);
ctx->mainMenuBackgroundChannel.On(
ChannelEvent::Begin,
[ctx](const ChannelEventInfo& info)
Expand Down

0 comments on commit e839bc9

Please sign in to comment.