| 115 | } |
| 116 | |
| 117 | Ogre::Real ChildOverlay::getHeight() |
| 118 | { |
| 119 | if(mForcedHeight != -1) |
| 120 | return mForcedHeight; |
| 121 | |
| 122 | return mTextHeight; |
| 123 | } |
| 124 | |
| 125 | void ChildOverlay::update(Ogre::Real timeSincelastFrame) |
| 126 | { |
no outgoing calls
no test coverage detected