RgbaTexture2D should not be compressed.

This commit is contained in:
the_fiddler 2008-11-27 12:14:12 +00:00
parent 92d5907713
commit 79c7f64f7f

View file

@ -12,7 +12,7 @@ namespace OpenTK.Graphics
protected override PixelInternalFormat InternalFormat protected override PixelInternalFormat InternalFormat
{ {
get { return PixelInternalFormat.CompressedRgba; } get { return PixelInternalFormat.Rgba; }
} }
} }
} }