Skip to content

Commit d0379b5

Browse files
committed
Revert change to Set_Texture_Bitdepth
1 parent d8b6ac4 commit d0379b5

File tree

1 file changed

+1
-1
lines changed
  • GeneralsMD/Code/GameEngineDevice/Source/W3DDevice/GameClient

1 file changed

+1
-1
lines changed

GeneralsMD/Code/GameEngineDevice/Source/W3DDevice/GameClient/W3DDisplay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ void W3DDisplay::init( void )
727727
WW3D::Enable_Static_Sort_Lists(true);
728728
WW3D::Set_Thumbnail_Enabled(false);
729729
WW3D::Set_Screen_UV_Bias( TRUE ); ///< this makes text look good :)
730-
WW3D::Set_Texture_Bitdepth( DEFAULT_DISPLAY_BIT_DEPTH );
730+
WW3D::Set_Texture_Bitdepth(32);
731731

732732
setWindowed( TheGlobalData->m_windowed );
733733

0 commit comments

Comments
 (0)