Add field for java pc rendering

This commit is contained in:
vshcherb 2014-03-01 19:02:50 +02:00
parent 82137dc66b
commit 4279cf6150

View file

@ -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;