1
0
mirror of synced 2024-11-28 09:30:51 +01:00

fix: First overlay being assigned to all end nodes

This commit is contained in:
WerWolv 2023-09-03 13:44:13 +02:00
parent 632f388ece
commit b2d1568abb

View File

@ -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