Skip to content

Commit

Permalink
Update music_player.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfloltk authored Dec 13, 2023
1 parent 05e713d commit 455decc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-tune/source/impl/music_player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace tune::impl {
Close, // just closed audren
};

constexpr double VOLUME_MAX = 100.f;
constexpr double VOLUME_MAX = 1000.f;

std::vector<PlaylistEntry>* g_playlist;
std::vector<PlaylistID>* g_shuffle_playlist;
Expand Down

0 comments on commit 455decc

Please sign in to comment.