| 794 | } |
| 795 | |
| 796 | void CKinematics::AddWallmarkAsync() |
| 797 | { |
| 798 | for (auto & item : wallmarks_to_add) |
| 799 | { |
| 800 | item.add_wallmark_internal(this); |
| 801 | } |
| 802 | |
| 803 | wallmarks_to_add.clear(); |
| 804 | } |
| 805 | |
| 806 | void CKinematics::CalculateWallmarks(const bool hud) // called on render |
| 807 | { |
nothing calls this directly
no test coverage detected