fix: First overlay being assigned to all end nodes
This commit is contained in:
parent
632f388ece
commit
b2d1568abb
@ -523,6 +523,7 @@ namespace hex::plugin::builtin {
|
||||
size_t overlayIndex = 0;
|
||||
for (auto endNode : workspace.endNodes) {
|
||||
endNode->setCurrentOverlay(workspace.dataOverlays[overlayIndex]);
|
||||
overlayIndex += 1;
|
||||
}
|
||||
|
||||
// Reset any potential node errors
|
||||
|
Loading…
Reference in New Issue
Block a user