From 6ca436d636f3a9016e547d9fdd30cc238b44621f Mon Sep 17 00:00:00 2001 From: Firerise9402 <90978630+Firerise9402@users.noreply.github.com> Date: Sun, 24 Dec 2023 11:28:11 -0500 Subject: [PATCH] I somehow missed these things when cleaning out the screen tiling junk I left behind. Oops --- Assets/Scripts/StaticCamera.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Assets/Scripts/StaticCamera.cs b/Assets/Scripts/StaticCamera.cs index 1617dff1f..18c7c3b09 100644 --- a/Assets/Scripts/StaticCamera.cs +++ b/Assets/Scripts/StaticCamera.cs @@ -53,9 +53,6 @@ namespace HeavenStudio private static Vector3 panLast; private static Vector3 scaleLast; private static float rotationLast; - private static Vector3 letterboxLast; - private static Vector3 tilePanLast; - private static Vector3 screenTileLast; private void Awake() {