From 3d4dccd650b4829dd57910150795204bea81c404 Mon Sep 17 00:00:00 2001 From: Major Cooke Date: Mon, 28 Oct 2024 22:33:34 -0500 Subject: [PATCH] And the variable. --- wadsrc/static/zscript/actors/shared/camera.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/actors/shared/camera.zs b/wadsrc/static/zscript/actors/shared/camera.zs index 21f72dd6c..11b036162 100644 --- a/wadsrc/static/zscript/actors/shared/camera.zs +++ b/wadsrc/static/zscript/actors/shared/camera.zs @@ -237,7 +237,7 @@ Class OrthographicCamera : Actor Super.Tick(); } - private int current; + protected int current; protected void UpdateViewPos() { current = args[0];