mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-31 22:00:48 +00:00
Fixed missing return in DisableLocalRendering
This commit is contained in:
parent
c1539c2286
commit
e64e33f4a7
1 changed files with 1 additions and 0 deletions
|
@ -988,6 +988,7 @@ DEFINE_ACTION_FUNCTION_NATIVE(AActor, DisableLocalRendering, DisableLocalRenderi
|
||||||
PARAM_INT(disable);
|
PARAM_INT(disable);
|
||||||
|
|
||||||
DisableLocalRendering(self, pNum, disable);
|
DisableLocalRendering(self, pNum, disable);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool AActor::ShouldRenderLocally() const
|
bool AActor::ShouldRenderLocally() const
|
||||||
|
|
Loading…
Reference in a new issue