| 114 | } |
| 115 | |
| 116 | void SimplePlayer::setGlow(bool glow) { |
| 117 | m_pGlowSprite->setVisible(glow); |
| 118 | m_bHasGlow = glow; |
| 119 | } |
| 120 | |
| 121 | void SimplePlayer::setGlowColor(Color3B col) { |
| 122 | m_pGlowSprite->setColor(col); |
no outgoing calls
no test coverage detected