For Test Only replace 2 private bools with proteced for an W8 workaround
This commit is contained in:
parent
37075c7e90
commit
77afddf4ba
@ -34,8 +34,8 @@ namespace ANX.Framework
|
||||
private IGraphicsDeviceService graphicsDeviceService;
|
||||
private GameServiceContainer gameServices;
|
||||
|
||||
private bool firstUpdateDone;
|
||||
private bool firstDrawDone;
|
||||
protected bool firstUpdateDone;
|
||||
protected bool firstDrawDone;
|
||||
private bool drawingSlow;
|
||||
private bool inRun;
|
||||
private bool isInitialized;
|
||||
@ -218,7 +218,8 @@ namespace ANX.Framework
|
||||
|
||||
public void ResetElapsedTime()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
//TODO Check if it works right
|
||||
gameTimeAccu = TimeSpan.MinValue;
|
||||
}
|
||||
|
||||
protected virtual bool BeginDraw()
|
||||
|
Loading…
x
Reference in New Issue
Block a user