| 47 | } |
| 48 | |
| 49 | float MapMesh::get_repeat_proportion() const { |
| 50 | return repeat_proportion; |
| 51 | } |
| 52 | |
| 53 | void MapMesh::set_subdivide_width(const int32_t divisions) { |
| 54 | subdivide_w = divisions > 0 ? divisions : 0; |
nothing calls this directly
no outgoing calls
no test coverage detected