Skip to content

Commit

Permalink
Only show cam target when user toggled option active
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeSpork committed Nov 22, 2021
1 parent f16f3ed commit 16b1d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MoarCamz/MoarCamzPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ private static void OnClickSaveCameraPostfix(int _no)

private static void CameraControlInternalUpdateCameraStatePostfix(Studio.CameraControl __instance, Renderer ___m_TargetRender)
{
if (dragging)
if (dragging && __instance.isOutsideTargetTex && __instance.isConfigTargetTex)
{
___m_TargetRender.enabled = true;
}
Expand Down

0 comments on commit 16b1d16

Please sign in to comment.