Removed MathSpeed.Difficulty.

This commit is contained in:
the_fiddler 2008-01-18 14:01:25 +00:00
parent a2262697a2
commit 6fc2297fbb

View file

@ -12,7 +12,7 @@ using OpenTK.Math;
namespace Examples.Tests
{
[Example("Math speed test", ExampleCategory.Test, 2, false)]
[Example("Math speed test", ExampleCategory.Test)]
public class MathSpeed
{
public static void Main()