Skip to content

Commit

Permalink
Fixed missing return in DisableLocalRendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Boondorl authored and madame-rachelle committed Feb 1, 2024
1 parent c1539c2 commit e64e33f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/playsim/p_mobj.cpp
Expand Up @@ -988,6 +988,7 @@ DEFINE_ACTION_FUNCTION_NATIVE(AActor, DisableLocalRendering, DisableLocalRenderi
PARAM_INT(disable);

DisableLocalRendering(self, pNum, disable);
return 0;
}

bool AActor::ShouldRenderLocally() const
Expand Down

0 comments on commit e64e33f

Please sign in to comment.