| 63 | } |
| 64 | |
| 65 | void SHitMark::UpdateAnim() |
| 66 | { |
| 67 | int frame; |
| 68 | u32 clr = m_lanim->CalculateRGB(Device.fTimeGlobal - m_StartTime, frame); |
| 69 | m_UIStaticItem->SetColor(subst_alpha(m_UIStaticItem->GetColor(), color_get_A(clr))); |
| 70 | } |
| 71 | |
| 72 | SHitMark::~SHitMark() { xr_delete(m_UIStaticItem); } |
| 73 |
nothing calls this directly
no test coverage detected