We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b6ac4 commit d0379b5Copy full SHA for d0379b5
GeneralsMD/Code/GameEngineDevice/Source/W3DDevice/GameClient/W3DDisplay.cpp
@@ -727,7 +727,7 @@ void W3DDisplay::init( void )
727
WW3D::Enable_Static_Sort_Lists(true);
728
WW3D::Set_Thumbnail_Enabled(false);
729
WW3D::Set_Screen_UV_Bias( TRUE ); ///< this makes text look good :)
730
- WW3D::Set_Texture_Bitdepth( DEFAULT_DISPLAY_BIT_DEPTH );
+ WW3D::Set_Texture_Bitdepth(32);
731
732
setWindowed( TheGlobalData->m_windowed );
733
0 commit comments