From 318ca22021bc4fa870535a79e4a1d22e8bac1159 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Sun, 15 May 2022 12:16:40 -0700 Subject: [PATCH] add default case for clarity --- src/Graphics/Resources/Texture.cs | 2 ++ 1 file changed, 2 insertions(+) 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; } /*