Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions DarkEdif/Inc/Shared/Edif.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@ namespace Edif
void * objCExtPtr;
#endif

// Seems to me fusion runtime does not reliably reset object selection between loop iterations.
// As such we force a new action context each iteration to ensure correct object picking.
// This counter is called on DarkEdif\Lib\Shared\Edif.Runtime.cpp.
int selectionRefreshCounter = 0;

public:
long param1 = 0, param2 = 0;
Edif::SDKClass * SDKPointer = nullptr;
Expand Down