| 2646 | } |
| 2647 | } |
| 2648 | void Tr2Sprite2dScene::SetGammaCorrectText( bool use ) |
| 2649 | { |
| 2650 | m_isGammaCorrectingText = use; |
| 2651 | m_uberShader2d->SetOption( BlueSharedString( "FONT_GAMMACORRECT" ), BlueSharedString( m_isGammaCorrectingText ? "ENABLED" : "DISABLED" ) ); |
| 2652 | } |
| 2653 | |
| 2654 | bool Tr2Sprite2dScene::IsGammaCorrectingText() |
| 2655 | { |