Fix crash when passing function with lambda to the Job System

This commit is contained in:
Wojciech Figat
2021-12-09 17:09:07 +01:00
parent fcb9bbbe72
commit 2192852510

View File

@@ -58,7 +58,7 @@ struct JobData
template<>
struct TIsPODType<JobData>
{
enum { Value = true };
enum { Value = false };
};
class JobSystemThread : public IRunnable