add default case for clarity
parent
547f7a388e
commit
318ca22021
|
@ -451,6 +451,8 @@ namespace MoonWorks.Graphics
|
||||||
throw new NotSupportedException(
|
throw new NotSupportedException(
|
||||||
"Unsupported DDS texture format"
|
"Unsupported DDS texture format"
|
||||||
);
|
);
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue