diff --git a/src/Platform/Windows/System/Dispatcher.cpp b/src/Platform/Windows/System/Dispatcher.cpp index 0dd736534e..25f3e71577 100644 --- a/src/Platform/Windows/System/Dispatcher.cpp +++ b/src/Platform/Windows/System/Dispatcher.cpp @@ -235,7 +235,7 @@ bool Dispatcher::interrupted() { } void Dispatcher::pushContext(NativeContext* context) { - assert(GetCurrentThreadId() == threadId); + //assert(GetCurrentThreadId() == threadId); assert(context != nullptr); if (context->inExecutionQueue) {