Example #1
0
 public Loop()
 {
     cntrDraw    = new TickCounter();
     cntrLogic   = new TickCounter();
     LimitFrames = true;
     TickRate    = 60;
 }
Example #2
0
 public TickEventArgs(Time time, TickCounter tps)
 {
     Time    = time;
     Counter = tps;
     Stop    = false;
 }