fix: Another P2468R2 issue
This commit is contained in:
parent
22ff033b5e
commit
0b576adcf8
@ -492,7 +492,7 @@ namespace hex::plugin::builtin {
|
||||
for (auto &node : input["nodes"]) {
|
||||
std::unique_ptr<dp::Node> newNode;
|
||||
for (auto &entry : nodeEntries) {
|
||||
if (entry.name == node["type"])
|
||||
if (entry.name == node["type"].get<std::string>())
|
||||
newNode = entry.creatorFunction();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user