mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Fixed Indentation
Signed-off-by: SwitchAxe <sofiacerasuoli@gmail.com>
This commit is contained in:
parent
9a93696915
commit
6ac9de7a11
1 changed files with 5 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue