Fixed missing return in DisableLocalRendering

This commit is contained in:
Boondorl 2024-01-28 16:37:51 -05:00 committed by Rachael Alexanderson
parent c1539c2286
commit e64e33f4a7
1 changed files with 1 additions and 0 deletions

View File

@ -988,6 +988,7 @@ DEFINE_ACTION_FUNCTION_NATIVE(AActor, DisableLocalRendering, DisableLocalRenderi
PARAM_INT(disable);
DisableLocalRendering(self, pNum, disable);
return 0;
}
bool AActor::ShouldRenderLocally() const