| 137 | } |
| 138 | |
| 139 | void CTextSprite::Draw(int x, int y, bool checktrans) |
| 140 | { |
| 141 | if (Texture) |
| 142 | Texture->Draw(x, y, checktrans); |
| 143 | } |
| 144 | |
| 145 | void CTextSprite::Draw_Tooltip(int x, int y, int width, int height) |
| 146 | { |
no outgoing calls
no test coverage detected