Changed toggle resolution from 400 to 320 because 320 looks better.

This commit is contained in:
Chris Danford
2002-10-20 18:03:11 +00:00
parent f3c78ebdb1
commit d0412d9a03
4 changed files with 19 additions and 8 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ void RageBitmapTexture::Create(
iMipMaps, // mip map levels
0, // usage (is a render target?)
fmtTexture, // our preferred texture format
D3DPOOL_DEFAULT, // which memory pool
D3DPOOL_MANAGED, // which memory pool
(bStretch ? D3DX_FILTER_LINEAR : D3DX_FILTER_NONE) | (bDither ? D3DX_FILTER_DITHER : 0), // filter
D3DX_FILTER_BOX | (bDither ? D3DX_FILTER_DITHER : 0), // mip filter
D3DCOLOR_ARGB(255,255,0,255), // pink color key