Skip to content

Commit ce815f7

Browse files
committed
Hide flag for false camera.
1 parent ce4c9e0 commit ce815f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PixelCamera.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ protected virtual void OnEnable()
158158
{
159159
lastSettings = new CamSettings(AspectStretch, 0, cam.fieldOfView, cam.orthographic);
160160

161-
falseCamGO = new GameObject("False Camera") {hideFlags = HideFlags.DontSave};
161+
falseCamGO = new GameObject("False Camera") {hideFlags = HideFlags.HideAndDontSave};
162162
falseCam = falseCamGO.AddComponent<Camera>();
163163
falseCam.cullingMask = LayerMask.GetMask();
164164

0 commit comments

Comments
 (0)