diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2025-01-03 02:08:02 -0600 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2025-01-03 14:14:57 -0600 |
| commit | 2716c7d56cb745937766897e0626d9d099730025 (patch) | |
| tree | 711afe64ba775e729fd9ba7c0f50ccf39969a3be /src/Companion.cpp | |
| parent | b5435b199a2c861c11d7d0880de0d6567b646792 (diff) | |
Cleaned up cmake
Diffstat (limited to 'src/Companion.cpp')
| -rw-r--r-- | src/Companion.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Companion.cpp b/src/Companion.cpp index e97fa27..fadae00 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -1255,7 +1255,6 @@ std::optional<std::tuple<std::string, YAML::Node>> Companion::RegisterAsset(cons auto entry = std::make_tuple(output, node); this->gAddrMap[this->gCurrentFile][node["offset"].as<uint32_t>()] = entry; - this->gAssetDependencies[this->gCurrentFile][name] = std::make_pair(node, true); auto dResult = this->ParseNode(node, output); if(dResult.has_value()) { this->gParseResults[this->gCurrentFile].push_back(dResult.value()); |
