Add field for java pc rendering
This commit is contained in:
parent
82137dc66b
commit
4279cf6150
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ public class RenderingContext {
|
|||
}
|
||||
}
|
||||
|
||||
public int renderedState = 0;
|
||||
// FIELDS OF THAT CLASS ARE USED IN C++
|
||||
public boolean interrupted = false;
|
||||
public boolean nightMode = false;
|
||||
|
|
Loading…
Reference in a new issue