change RetainedGraphicsControl namespace
This commit is contained in:
parent
b469a3be00
commit
5a451d4906
|
@ -8,7 +8,7 @@ using System.Text;
|
||||||
using BizHawk.Bizware.BizwareGL;
|
using BizHawk.Bizware.BizwareGL;
|
||||||
using OpenTK.Graphics.OpenGL;
|
using OpenTK.Graphics.OpenGL;
|
||||||
|
|
||||||
namespace BizHawk.Bizware.Test
|
namespace BizHawk.Bizware.BizwareGL
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Adapts a GraphicsControl to gain the power of remembering what was drawn to it, and keeping it presented in response to Paint events
|
/// Adapts a GraphicsControl to gain the power of remembering what was drawn to it, and keeping it presented in response to Paint events
|
||||||
|
|
Loading…
Reference in New Issue