| 453 | } |
| 454 | |
| 455 | void Tr2AtlasTexture::FinalizePrepare() |
| 456 | { |
| 457 | CalcReciprocals(); |
| 458 | CalcTextureWindow(); |
| 459 | |
| 460 | NotifyListenersOfChange(); |
| 461 | } |
| 462 | |
| 463 | void Tr2AtlasTexture::RegisterForChangeNotification( ITr2AtlasTextureNotifyTarget* p ) |
| 464 | { |
no outgoing calls
no test coverage detected