Skip to content

Commit

Permalink
Turn on point checks only
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaPiggy committed Nov 2, 2024
1 parent 0d43d42 commit ba212cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OWRichPresence.cs
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ private static void AddObservatoryHemisphere()
rpo.SetActive(false);
var hemisphere = rpo.AddComponent<HemisphereShape>();
hemisphere.radius = 12;
hemisphere.pointChecksOnly = true;
var owtv = rpo.AddComponent<OWTriggerVolume>();
owtv._shape = hemisphere;
var rptv = rpo.AddComponent<RichPresenceTriggerVolume>();
Expand Down

0 comments on commit ba212cf

Please sign in to comment.