oops
This commit is contained in:
parent
60af8a36fc
commit
e3682dca05
|
@ -1,5 +1,6 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Drawing;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
//why this stupid assert on the blendstate. just set one by default, geeze.
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using OpenTK;
|
||||
using OpenTK.Graphics.OpenGL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue