mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-25 05:21:16 +00:00
And the variable.
This commit is contained in:
parent
ceb2de36d3
commit
3d4dccd650
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ Class OrthographicCamera : Actor
|
|||
Super.Tick();
|
||||
}
|
||||
|
||||
private int current;
|
||||
protected int current;
|
||||
protected void UpdateViewPos()
|
||||
{
|
||||
current = args[0];
|
||||
|
|
Loading…
Reference in a new issue