Example #1
0
 internal void Draw()
 {
     if (!Cycle.CycleMode)
     {
         return;
     }
     Cycle.Draw();
 }