TeamWisp/WispRenderer

Replace discarding `GetPredecessorData` calls with a proper wait function.

VZout opened this issue · 1 comments

VZout commented

Currently we abuse GetPredecessorData to wait for a specific task. This is inefficient since a lookup for the data still happens.

VZout commented

Done I believe, cant remember what pr