MCPcopy Create free account
hub / github.com/OpenVicProject/OpenVic / _request_update

Method _request_update

extension/src/MapMesh.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void MapMesh::_request_update() {
31 // Hack to trigger _update_lightmap_size and _request_update in PrimitiveMesh
32 set_add_uv2(get_add_uv2());
33}
34
35void MapMesh::set_aspect_ratio(const float ratio) {
36 aspect_ratio = ratio;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected