No separate Factory.Embedded for SDL2

Sdl2Factory supports both desktop and embedded profiles, there is no
need to construct a separate Embedded profile.
This commit is contained in:
Stefanos A 2013-10-04 09:57:43 +02:00
parent 17b4f62151
commit 79def664b8

View file

@ -55,7 +55,7 @@ namespace OpenTK.Platform
if (Configuration.Sdl2Supported)
{
Embedded = new Egl.EglSdl2PlatformFactory();
Embedded = Default;
}
else if (Egl.Egl.IsSupported)
{