Skip to content

Commit a162888

Browse files
committed
fix small bug in refactoring, that only shows in release mode
1 parent 5f19eef commit a162888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manager/music_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ void MusicManager::hook_music_finished() {
248248

249249
return static_cast<double>(result) / MIX_MAX_VOLUME;
250250
#else
251-
return volume;
251+
return m_volume;
252252
#endif
253253
}
254254

0 commit comments

Comments
 (0)