mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-30 13:27:05 +00:00
chore: format everything
This commit is contained in:
@@ -224,8 +224,7 @@ void TexturePackRepository::removeTexturePackById(std::uint32_t id) {
|
||||
if (it != cacheById.end()) {
|
||||
TexturePack* oldPack = it->second;
|
||||
|
||||
auto it2 =
|
||||
find(texturePacks->begin(), texturePacks->end(), oldPack);
|
||||
auto it2 = find(texturePacks->begin(), texturePacks->end(), oldPack);
|
||||
if (it2 != texturePacks->end()) {
|
||||
texturePacks->erase(it2);
|
||||
if (lastSelected == oldPack) {
|
||||
|
||||
Reference in New Issue
Block a user