Fixed build error in debug mode

Former-commit-id: 8992ced076980cf0101eb2c62923521e1c975763
This commit is contained in:
Lynix 2014-06-27 21:18:51 +02:00
parent 6e936b6120
commit 53e5944b56
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ void NzWindowImpl::SetCursor(nzWindowCursor cursor)
if (cursor > nzWindowCursor_Max)
{
NazaraError("Window cursor out of enum");
return false;
return;
}
#endif