We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4596d2e commit b6b1e91Copy full SHA for b6b1e91
Source/RMG-Core/Volume.cpp
@@ -92,7 +92,7 @@ bool CoreDecreaseVolume(void)
92
}
93
else if (volume < 10)
94
{
95
- error = "CoreIncreaseVolume Failed: cannot increase volume!";
+ error = "CoreIncreaseVolume Failed: cannot decrease volume!";
96
CoreSetError(error);
97
return false;
98
0 commit comments