Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Aug 21, 2023
1 parent 91bca4c commit cebd054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VortexEngine/VortexLib/VortexLib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ bool Vortex::setModes(ByteStream &stream, bool save)

bool Vortex::matchLedCount(ByteStream &stream)
{
#if FIXED_LED_COUNT == 1
#if FIXED_LED_COUNT == 0
if (!stream.decompress()) {
return false;
}
Expand Down

0 comments on commit cebd054

Please sign in to comment.