Core/ParameterList: Fixed compilation
Thanks to Bl4ckb0ne Former-commit-id: eca68dafb00ffcefc00a5c2e3177f26ca14d10dd
This commit is contained in:
@@ -267,7 +267,7 @@ bool NzParameterList::GetUserdataParameter(const NzString& name, void** value) c
|
||||
else
|
||||
{
|
||||
NazaraError("Parameter value is not an userdata");
|
||||
return nullptr;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user