Skip to content

Commit

Permalink
RMG-Core: correct error message in Volume.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Nov 22, 2024
1 parent 4596d2e commit b6b1e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RMG-Core/Volume.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ bool CoreDecreaseVolume(void)
}
else if (volume < 10)
{
error = "CoreIncreaseVolume Failed: cannot increase volume!";
error = "CoreIncreaseVolume Failed: cannot decrease volume!";
CoreSetError(error);
return false;
}
Expand Down

0 comments on commit b6b1e91

Please sign in to comment.