mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-25 17:53:47 +00:00
derp
This commit is contained in:
parent
5a6810e063
commit
5895703ac4
1 changed files with 2 additions and 2 deletions
|
@ -92,10 +92,10 @@ static void _TextureFileChanged(const std::string& fn, DirWatcher::Action act, v
|
|||
case TextureMgr::RELOADED_OK:
|
||||
break; // all good
|
||||
case TextureMgr::FILE_ERROR:
|
||||
debugLog("Texture [" + fn + "] is not loaded in-game, ignoring");
|
||||
debugLog("_TextureFileChanged(): There was an issue reloading " + fn);
|
||||
break;
|
||||
case TextureMgr::NOT_LOADED:
|
||||
debugLog("_TextureFileChanged(): There was an issue reloading " + fn);
|
||||
debugLog("Texture [" + fn + "] is not loaded in-game, ignoring");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue