Fixed Indentation

Signed-off-by: SwitchAxe <sofiacerasuoli@gmail.com>
This commit is contained in:
SwitchAxe 2026-01-12 02:35:36 +01:00
parent 9a93696915
commit 6ac9de7a11

View file

@ -79,13 +79,13 @@ bool processZIP(ShaderPack& pack, ProcessingLevel level)
// there are multiple, the first one is picked.
bool isShaderPresent = false;
for (QString f: files) {
if (zip.exists(f + "/shaders"))
isShaderPresent = true;
if (zip.exists(f + "/shaders"))
isShaderPresent = true;
}
if (!isShaderPresent)
// assets dir does not exist.
return false;
// assets dir does not exist.
return false;
}
pack.setPackFormat(ShaderPackFormat::VALID);