Core/Stream: Fix infinite loop
This commit is contained in:
parent
2234539b7f
commit
7f9eb3771f
|
|
@ -86,6 +86,8 @@ namespace Nz
|
||||||
|
|
||||||
if (!SetCursorPos(GetCursorPos() - readSize + pos + 1))
|
if (!SetCursorPos(GetCursorPos() - readSize + pos + 1))
|
||||||
NazaraWarning("Failed to reset cursor pos");
|
NazaraWarning("Failed to reset cursor pos");
|
||||||
|
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue