| 52 | _spritePositionY = pos.y; |
| 53 | } |
| 54 | void PaintSession::setMapPosition(const World::Pos2& pos) |
| 55 | { |
| 56 | _mapPosition = pos; |
| 57 | } |
| 58 | void PaintSession::setUnkPosition(const World::Pos2& pos) |
| 59 | { |
| 60 | _unkPositionX = pos.x; |
no outgoing calls
no test coverage detected