-------------------------------------------------------------------------------- Description: Set global variables --------------------------------------------------------------------------------
| 82 | // Set global variables |
| 83 | // -------------------------------------------------------------------------------- |
| 84 | void Tr2DataTextureManager::SetVariables() |
| 85 | { |
| 86 | GlobalStore().RegisterVariable( "ImpactShieldDataMap", m_dataTexture ); |
| 87 | } |
| 88 | |
| 89 | // -------------------------------------------------------------------------------- |
| 90 | // Description: |
no test coverage detected