Skip to content

Commit b036f89

Browse files
walbourn_cpwalbourn_cp
walbourn_cp
authored and
walbourn_cp
committed
Fixed typo
1 parent 7ee5e66 commit b036f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DDSTextureLoader/DDSTextureLoader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ static DXGI_FORMAT GetDXGIFormat( const DDS_PIXELFORMAT& ddpf )
676676
return DXGI_FORMAT_BC3_UNORM;
677677
}
678678

679-
// While pre-mulitplied alpha isn't directly supported by the DXGI formats,
679+
// While pre-multiplied alpha isn't directly supported by the DXGI formats,
680680
// they are basically the same as these BC formats so they can be mapped
681681
if (MAKEFOURCC( 'D', 'X', 'T', '2' ) == ddpf.fourCC)
682682
{

0 commit comments

Comments
 (0)