Fix typo in pixel shader logging. No expected effect on performance or compatibility.
This commit is contained in:
parent
0f36366310
commit
231e924bd1
|
@ -440,7 +440,7 @@ HRESULT XTL::CreatePixelShaderFunction(X_D3DPIXELSHADERDEF *pPSD, LPD3DXBUFFER*
|
|||
wTexInput[0],wTexInput[1],wTexInput[2],wTexInput[3]);
|
||||
|
||||
printf("\n// --------------------------\n");
|
||||
printf("// Terxture Modes\n");
|
||||
printf("// Texture Modes\n");
|
||||
printf("// --------------------------\n");
|
||||
printf("pPSD.PSTextureModes = PS_TEXTUREMODES(\n");
|
||||
|
||||
|
|
Loading…
Reference in New Issue