Skip to content

Commit 0142f4d

Browse files
authored
Merge pull request #103 from lackofbindings/hideinmainview-mirrorfix
2 parents 31c1a59 + 3b2172d commit 0142f4d

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)