mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
sys: First attempt at reducing build times
This commit is contained in:
@@ -388,7 +388,9 @@ namespace hex {
|
||||
currNodeOutput["attrs"] = json::array();
|
||||
currNodeOutput["id"] = id;
|
||||
|
||||
currNodeOutput["data"] = node->store();
|
||||
json nodeData;
|
||||
node->store(nodeData);
|
||||
currNodeOutput["data"] = nodeData;
|
||||
|
||||
u32 attrIndex = 0;
|
||||
for (auto &attr : node->getAttributes()) {
|
||||
|
||||
Reference in New Issue
Block a user