From b036f8906b3ff96deed0526c114ca1596f4d09be Mon Sep 17 00:00:00 2001 From: walbourn_cp Date: Fri, 27 Mar 2015 16:47:22 -0700 Subject: [PATCH] Fixed typo --- DDSTextureLoader/DDSTextureLoader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDSTextureLoader/DDSTextureLoader.cpp b/DDSTextureLoader/DDSTextureLoader.cpp index 62e33f2..bf2026a 100644 --- a/DDSTextureLoader/DDSTextureLoader.cpp +++ b/DDSTextureLoader/DDSTextureLoader.cpp @@ -676,7 +676,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) {