| 264 | } |
| 265 | |
| 266 | void ClientWeather::readUpdate(ByteArray data, NetCompatibilityRules rules) { |
| 267 | if (!data.empty()) { |
| 268 | m_netGroup.readNetState(data, 0.0f, rules); |
| 269 | getNetStates(); |
| 270 | } |
| 271 | } |
| 272 | |
| 273 | void ClientWeather::setVisibleRegion(RectI visibleRegion) { |
| 274 | m_visibleRegion = visibleRegion; |
nothing calls this directly
no test coverage detected