Temporarily disabled math serialization test (now examples.exe compiles).
This commit is contained in:
parent
3e309affe8
commit
fb86950099
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,9 @@ using System.Collections.Generic;
|
|||
using System.Text;
|
||||
using System.IO;
|
||||
using System.Xml;
|
||||
|
||||
#if false
|
||||
|
||||
using System.Xml.Serialization;
|
||||
|
||||
using OpenTK.Math;
|
||||
|
@ -62,3 +65,5 @@ namespace Examples.Tests
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Reference in a new issue