Skip to content

Commit

Permalink
don't ask
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtleP committed Aug 12, 2024
1 parent cb8f829 commit df78c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/objects/source/wrap_source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ static constexpr luaL_Reg functions[] =
{ "clone", Wrap_Source::Clone },
{ "play", Wrap_Source::Play },
{ "pause", Wrap_Source::Pause },
{ "stop", Wrap_Source::Pause },
{ "stop", Wrap_Source::Stop },
{ "setVolume", Wrap_Source::SetVolume },
{ "getVolume", Wrap_Source::GetVolume },
{ "seek", Wrap_Source::Seek },
Expand Down

0 comments on commit df78c11

Please sign in to comment.