Skip to content

Commit

Permalink
And the variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorCooke authored and RicardoLuis0 committed Nov 4, 2024
1 parent ceb2de3 commit 3d4dccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wadsrc/static/zscript/actors/shared/camera.zs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Class OrthographicCamera : Actor
Super.Tick();
}

private int current;
protected int current;
protected void UpdateViewPos()
{
current = args[0];
Expand Down

0 comments on commit 3d4dccd

Please sign in to comment.