CartBlanche / MonoGame-Samples

All the Samples that work with MonoGame
https://github.com/MonoGame/MonoGame
712 stars 354 forks source link

Adds TestImplicitOrdering test project #6

Closed ghost closed 12 years ago

ghost commented 12 years ago

The TestImplicitOrdering project creates several IUpdateable components with identical UpdateOrder values and several IDrawable components with identical DrawOrder values and then tests whether Game updates and draws them in add-order. (Currently this test fails, which is the point.)