Skip to content

Commit 1896296

Browse files
committed
sys
1 parent 2e9b341 commit 1896296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/SongListLayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ unsigned int SongListLayer::getLength(const std::string& path, const bool revers
624624
if (sampleRate == 0) return extreme;
625625
return static_cast<unsigned int>(static_cast<double>(frames) / static_cast<double>(sampleRate));
626626
#else
627-
FMOD::System* system = FMODAudioEngine::get()->m_system;
627+
FMOD::System* sys = FMODAudioEngine::get()->m_system;
628628
if (!system) return extreme;
629629
unsigned int temp = extreme;
630630
FMOD::Sound* sound;

0 commit comments

Comments
 (0)