Skip to content

Commit

Permalink
forgot a compile time flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua committed Mar 26, 2024
1 parent ca23dbe commit f67ec0c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,9 @@ void AGrippableActor::GetSubobjectsWithStableNamesForNetworking(TArray<UObject*>
void AGrippableActor::SetReplicateGripScripts(bool bNewReplicateGripScripts)
{
bReplicateGripScripts = bNewReplicateGripScripts;
#if WITH_PUSH_MODEL
MARK_PROPERTY_DIRTY_FROM_NAME(AGrippableActor, bReplicateGripScripts, this);
#endif
}

TArray<TObjectPtr<UVRGripScriptBase>>& AGrippableActor::GetGripLogicScripts()
Expand Down

0 comments on commit f67ec0c

Please sign in to comment.