| 56 | } |
| 57 | |
| 58 | int32_t MapMesh::get_subdivide_width() const { |
| 59 | return subdivide_w; |
| 60 | } |
| 61 | |
| 62 | void MapMesh::set_subdivide_depth(const int32_t divisions) { |
| 63 | subdivide_d = divisions > 0 ? divisions : 0; |
nothing calls this directly
no outgoing calls
no test coverage detected