| 28 | } |
| 29 | |
| 30 | void MapMesh::_request_update() { |
| 31 | // Hack to trigger _update_lightmap_size and _request_update in PrimitiveMesh |
| 32 | set_add_uv2(get_add_uv2()); |
| 33 | } |
| 34 | |
| 35 | void MapMesh::set_aspect_ratio(const float ratio) { |
| 36 | aspect_ratio = ratio; |
nothing calls this directly
no outgoing calls
no test coverage detected