Skip to content

Commit

Permalink
Fix issue where transparent brushes were invisible in Quest passthrou…
Browse files Browse the repository at this point in the history
…gh mode. (#715)
  • Loading branch information
andybak authored May 17, 2024
1 parent b7b5e13 commit 364b504
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Assets/Scripts/VrSdk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,6 @@ void Awake()
var unused = msg.Data.AgeCategory;
});
}
#if PASSTHROUGH_SUPPORTED
OVRManager.eyeFovPremultipliedAlphaModeEnabled = false;
#endif

#endif // OCULUS_SUPPORTED

Expand Down

0 comments on commit 364b504

Please sign in to comment.