diff --git a/TitanEngine/TitanEngine.Debugger.DebugLoop.cpp b/TitanEngine/TitanEngine.Debugger.DebugLoop.cpp index 56f35e0..19cb8ef 100644 --- a/TitanEngine/TitanEngine.Debugger.DebugLoop.cpp +++ b/TitanEngine/TitanEngine.Debugger.DebugLoop.cpp @@ -1195,10 +1195,5 @@ __declspec(dllexport) void TITCALL DebugLoopEx(DWORD TimeOut) __declspec(dllexport) void TITCALL SetDebugLoopTimeOut(DWORD TimeOut) { - - if(TimeOut == NULL) - { - TimeOut = INFINITE; - } engineWaitForDebugEventTimeOut = TimeOut; }