mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 04:01:31 +00:00
Change function from private to protected by request.
This commit is contained in:
parent
1620d405c6
commit
ceb2de36d3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue