mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-20 17:05:06 +00:00
Invert logic
This commit is contained in:
parent
8b4124d4be
commit
e95e090b77
@ -65,7 +65,7 @@ static std::string toString(float value) {
|
|||||||
|
|
||||||
bool load(AudioSettings& settings) {
|
bool load(AudioSettings& settings) {
|
||||||
std::string settings_path;
|
std::string settings_path;
|
||||||
if (getSettingsFilePath(settings_path)) {
|
if (!getSettingsFilePath(settings_path)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user