| 1641 | } |
| 1642 | |
| 1643 | bool DecalRoad::_getTerrainHeight( Point3F &pos ) |
| 1644 | { |
| 1645 | return _getTerrainHeight( pos.x, pos.y, pos.z ); |
| 1646 | } |
| 1647 | |
| 1648 | bool DecalRoad::_getTerrainHeight( const Point2F &pos, F32 &height ) |
| 1649 | { |
nothing calls this directly
no test coverage detected