Change function from private to protected by request.

This commit is contained in:
Major Cooke 2024-10-28 22:31:40 -05:00 committed by Ricardo Luís Vaz Silva
parent 1620d405c6
commit ceb2de36d3

View file

@ -238,7 +238,7 @@ Class OrthographicCamera : Actor
}
private int current;
private void UpdateViewPos()
protected void UpdateViewPos()
{
current = args[0];
SetViewPos((-abs(max(1.0, double(current))), 0, 0), VPSF_ORTHOGRAPHIC|VPSF_ALLOWOUTOFBOUNDS);