diff --git a/WickedEngine/wiJobSystem.cpp b/WickedEngine/wiJobSystem.cpp index 1cec9105f..c930f24de 100644 --- a/WickedEngine/wiJobSystem.cpp +++ b/WickedEngine/wiJobSystem.cpp @@ -204,6 +204,7 @@ namespace wi::jobsystem { perror("setpriority"); } + break; case Priority::Streaming: if (setpriority(PRIO_PROCESS, 0, 2) != 0) {