| 1523 | } |
| 1524 | |
| 1525 | void RenderManager::moveWorldCoords(Ogre::Real x, Ogre::Real y) |
| 1526 | { |
| 1527 | if(mHandLight != nullptr) |
| 1528 | mHandLight->setPosition(x, y, KEEPER_HAND_WORLD_Z); |
| 1529 | } |
| 1530 | |
| 1531 | void RenderManager::entitySlapped() |
| 1532 | { |
no test coverage detected