Sonar issues + roll back accidental check-in

This commit is contained in:
Harald Kuhr
2026-03-10 23:02:47 +01:00
parent 9ca9569537
commit 2a0b15f33f
4 changed files with 86 additions and 84 deletions
@@ -177,8 +177,9 @@ enum DDSType {
case DXGI.DXGI_FORMAT_BC5_SNORM:
return BC5S;
}
throw new IllegalArgumentException("Unsupported DXGI_FORMAT: " + dxgiFormat);
default:
throw new IllegalArgumentException("Unsupported DXGI_FORMAT: " + dxgiFormat);
}
}
}