From 1cc5932b0708634e3330adc33b360761f8841362 Mon Sep 17 00:00:00 2001 From: warp-core Date: Thu, 25 Jan 2024 21:00:51 +0000 Subject: [PATCH] Revert "feat(mechanics): Variants can now add licenses on top of a base model using a licenses node in "add attributes" (#9682)" This reverts commit 9d8dfc4fcb27b90f5eee55b4be1d52359b2a7c95. --- source/Outfit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Outfit.cpp b/source/Outfit.cpp index 482584770bfb..5460f8f84c0a 100644 --- a/source/Outfit.cpp +++ b/source/Outfit.cpp @@ -523,7 +523,7 @@ void Outfit::Add(const Outfit &other, int count) if(fabs(attributes[at.first]) < EPS) attributes[at.first] = 0.; } - licenses.insert(licenses.end(), other.licenses.begin(), other.licenses.end()); + for(const auto &it : other.flareSprites) AddFlareSprites(flareSprites, it, count); for(const auto &it : other.reverseFlareSprites)