mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 13:56:48 +08:00
Fixed multiple defines of the same thing
Signed-off-by: Alexis Maiquez <almamu@almamu.com>
This commit is contained in:
parent
cd4a76677f
commit
5e384d968d
@ -576,6 +576,8 @@ namespace WallpaperEngine::Render::Shaders
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
finalCode += "#define " + define + " 0\n";
|
finalCode += "#define " + define + " 0\n";
|
||||||
|
|
||||||
|
inserted.insert_or_assign (define, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user