Core/Stream: Fix infinite loop

This commit is contained in:
Lynix 2018-04-18 20:20:23 +02:00
parent 2234539b7f
commit 7f9eb3771f
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ namespace Nz
if (!SetCursorPos(GetCursorPos() - readSize + pos + 1))
NazaraWarning("Failed to reset cursor pos");
break;
}
else
{