diff --git a/Source/Engine/Threading/JobSystem.cpp b/Source/Engine/Threading/JobSystem.cpp index 4898014f9..3f4e7e297 100644 --- a/Source/Engine/Threading/JobSystem.cpp +++ b/Source/Engine/Threading/JobSystem.cpp @@ -58,7 +58,7 @@ struct JobData template<> struct TIsPODType { - enum { Value = true }; + enum { Value = false }; }; class JobSystemThread : public IRunnable