mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-19 16:11:23 +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);
|
||||
|
||||
DisableLocalRendering(self, pNum, disable);
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool AActor::ShouldRenderLocally() const
|
||||
|
|
Loading…
Reference in a new issue