Update BlobFactory.cpp

This commit is contained in:
MegaMech
2024-05-22 20:56:39 -06:00
committed by Lywx
parent c479f40970
commit fd8430de34
-2
View File
@@ -5,8 +5,6 @@
ExportResult BlobHeaderExporter::Export(std::ostream &write, std::shared_ptr<IParsedData> raw, std::string& entryName, YAML::Node &node, std::string* replacement) {
const auto symbol = GetSafeNode(node, "symbol", entryName);
auto vtx = std::static_pointer_cast<VtxData>(raw)->mVtxs;
const auto offset = GetSafeNode<uint32_t>(node, "offset");
if(Companion::Instance->IsOTRMode()){
write << "static const ALIGN_ASSET(2) char " << symbol << "[] = \"__OTR__" << (*replacement) << "\";\n\n";