add default case for clarity

main
cosmonaut 2022-05-15 12:16:40 -07:00
parent 547f7a388e
commit 318ca22021
1 changed files with 2 additions and 0 deletions

View File

@ -451,6 +451,8 @@ namespace MoonWorks.Graphics
throw new NotSupportedException( throw new NotSupportedException(
"Unsupported DDS texture format" "Unsupported DDS texture format"
); );
default:
break;
} }
/* /*