Skip to content

Commit 3b2172d

Browse files
fix VRCFeatures "hide in main view" also hiding in mirrors
1 parent 31c1a59 commit 3b2172d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/sh.orels.shaders.generator/Runtime/Sources/Modules/VRCFeatures.orlsource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
void VRCFeaturesVertex(inout VertexData v)
4949
{
5050
#if defined(VRC_FEATURES)
51-
bool isMainView = _VRChatCameraMode == 0;
51+
bool isMainView = _VRChatCameraMode == 0 && _VRChatMirrorMode == 0;
5252
bool isInVRHandCam = _VRChatCameraMode == 1;
5353
bool isInDesktopHandCam = _VRChatCameraMode == 2;
5454
bool isInVR = isVR__local();

0 commit comments

Comments
 (0)