mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-05-27 00:00:02 -04:00
Sonar issues + roll back accidental check-in
This commit is contained in:
+3
-2
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user