diff --git a/src/Graphics/Resources/Texture.cs b/src/Graphics/Resources/Texture.cs index 355ba5f2..a0497861 100644 --- a/src/Graphics/Resources/Texture.cs +++ b/src/Graphics/Resources/Texture.cs @@ -451,6 +451,8 @@ namespace MoonWorks.Graphics throw new NotSupportedException( "Unsupported DDS texture format" ); + default: + break; } /*