Fix crash when passing function with lambda to the Job System
This commit is contained in:
@@ -58,7 +58,7 @@ struct JobData
|
||||
template<>
|
||||
struct TIsPODType<JobData>
|
||||
{
|
||||
enum { Value = true };
|
||||
enum { Value = false };
|
||||
};
|
||||
|
||||
class JobSystemThread : public IRunnable
|
||||
|
||||
Reference in New Issue
Block a user