| 359 | } |
| 360 | |
| 361 | void CUIStatic::TextureClipper(float offset_x, float offset_y, Frect* pClipRect) { TextureClipper(offset_x, offset_y, pClipRect, m_UIStaticItem); } |
| 362 | |
| 363 | void CUIStatic::TextureClipper(float offset_x, float offset_y, Frect* pClipRect, CUIStaticItem& UIStaticItem) |
| 364 | { |
nothing calls this directly
no test coverage detected