Fixed build error in debug mode
Former-commit-id: 8992ced076980cf0101eb2c62923521e1c975763
This commit is contained in:
parent
6e936b6120
commit
53e5944b56
|
|
@ -335,7 +335,7 @@ void NzWindowImpl::SetCursor(nzWindowCursor cursor)
|
||||||
if (cursor > nzWindowCursor_Max)
|
if (cursor > nzWindowCursor_Max)
|
||||||
{
|
{
|
||||||
NazaraError("Window cursor out of enum");
|
NazaraError("Window cursor out of enum");
|
||||||
return false;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue