| 252 | } |
| 253 | |
| 254 | void TransformedView::SetWorldOffset(const olc::vf2d& vOffset) |
| 255 | { |
| 256 | m_vWorldOffset = vOffset; |
| 257 | } |
| 258 | |
| 259 | void TransformedView::MoveWorldOffset(const olc::vf2d& vDeltaOffset) |
| 260 | { |
nothing calls this directly
no outgoing calls
no test coverage detected