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