Skip to content

Commit

Permalink
removed junk params
Browse files Browse the repository at this point in the history
  • Loading branch information
zompi2 committed Aug 1, 2024
1 parent b379aa6 commit 38306fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/EnhancedCodeFlow/Public/Coroutines/ECFCoroutine.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ struct FECFCoroutinePromise
void return_void() {}
void unhandled_exception() {}

#if ECF_USE_EXPLICIT_CORO_DESTROY
int32 HandleCounter = 0;
bool bDestroyed = false;
#endif
};

#else
Expand Down

0 comments on commit 38306fc

Please sign in to comment.