| 237 | } |
| 238 | |
| 239 | TaaJitterRemoveContext::~TaaJitterRemoveContext() |
| 240 | { |
| 241 | if (_view) |
| 242 | { |
| 243 | // Restore projection |
| 244 | _view->Projection = _prevProjection; |
| 245 | _view->UpdateCachedData(); |
| 246 | _view->NonJitteredProjection = _prevNonJitteredProjection; |
| 247 | } |
| 248 | } |
nothing calls this directly
no test coverage detected