remove unused field

This commit is contained in:
Gered 2013-08-24 22:18:58 -04:00
parent 1ceecdc6b5
commit f48a599411

View file

@ -34,7 +34,6 @@ namespace Blarg.GameFramework
int _targetUpdatesPerSecond;
int _ticksPerUpdate;
float _fixedUpdateInterval;
float _fixedRenderInterval;
int _maxFrameSkip = 10;
#endregion