| 648 | //----------------------------------------------------------------------------- |
| 649 | |
| 650 | void SceneManager::setDisplayTargetResolution( const Point2I &size ) |
| 651 | { |
| 652 | mDisplayTargetResolution = size; |
| 653 | } |
| 654 | |
| 655 | //----------------------------------------------------------------------------- |
| 656 |
no outgoing calls
no test coverage detected