Mercurial > sdl-ios-xcode
diff src/video/win32/SDL_d3drender.c @ 3013:8cc00819c8d6
Reverted Bob's indent checkin
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 10 Jan 2009 21:50:26 +0000 |
parents | 8f4ed5ec2b06 |
children | 434ce3242e1c |
line wrap: on
line diff
--- a/src/video/win32/SDL_d3drender.c Sat Jan 10 18:32:24 2009 +0000 +++ b/src/video/win32/SDL_d3drender.c Sat Jan 10 21:50:26 2009 +0000 @@ -693,8 +693,8 @@ result = IDirect3DDevice9_CreateTexture(renderdata->device, texture->w, texture->h, 1, 0, - PixelFormatToD3DFMT - (texture->format), + PixelFormatToD3DFMT(texture-> + format), D3DPOOL_SYSTEMMEM, &temp, NULL); if (FAILED(result)) { D3D_SetError("CreateTexture()", result);