Fixed build error in debug mode
Former-commit-id: 8992ced076980cf0101eb2c62923521e1c975763
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user