Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn_cp authored and walbourn_cp committed Mar 27, 2015
1 parent 57cdc84 commit d018a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/DDSTextureLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ static DXGI_FORMAT GetDXGIFormat( const DDS_PIXELFORMAT& ddpf )
return DXGI_FORMAT_BC3_UNORM;
}

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

0 comments on commit d018a31

Please sign in to comment.