-----------------------------------------------------------------------
| 724 | } |
| 725 | //----------------------------------------------------------------------- |
| 726 | RenderSystem *Root::getRenderSystem() |
| 727 | { |
| 728 | // Gets the currently active renderer |
| 729 | return mActiveRenderer; |
| 730 | } |
| 731 | |
| 732 | //----------------------------------------------------------------------- |
| 733 | Window *Root::initialise( bool autoCreateWindow, const String &windowTitle, |
no outgoing calls