NTaylorMullen / ShootR

Multiplayer space ship game built on the SignalR framework.
MIT License
387 stars 199 forks source link

Transition Update and Draw loops to threading namespace #1

Closed NTaylorMullen closed 11 years ago

NTaylorMullen commented 12 years ago

Currently the Update and Draw loops are controlled by Timers from the System.Timers namespace.

The System.threading timers are more consistent