| 43 | } |
| 44 | |
| 45 | void CGraphics_Threaded::GetSpriteScale(const CDataSprite *pSprite, float &ScaleX, float &ScaleY) const |
| 46 | { |
| 47 | int w = pSprite->m_W; |
| 48 | int h = pSprite->m_H; |
| 49 | GetSpriteScaleImpl(w, h, ScaleX, ScaleY); |
| 50 | } |
| 51 | |
| 52 | void CGraphics_Threaded::GetSpriteScale(int Id, float &ScaleX, float &ScaleY) const |
| 53 | { |
no outgoing calls
no test coverage detected