| 72 | } |
| 73 | |
| 74 | void CreatureOverlayStatus::displayHealthOverlay(Ogre::Real timeToDisplay) |
| 75 | { |
| 76 | uint32_t healthId = mOverlayIds[static_cast<uint32_t>(CreatureOverlays::health)]; |
| 77 | mMovableTextOverlay->displayOverlay(healthId, timeToDisplay); |
| 78 | } |
| 79 | |
| 80 | void CreatureOverlayStatus::updateHealth() |
| 81 | { |
no test coverage detected