| 368 | } |
| 369 | |
| 370 | void PlantDrop::enableInterpolation(float extrapolationHint) { |
| 371 | m_netGroup.enableNetInterpolation(extrapolationHint); |
| 372 | } |
| 373 | |
| 374 | void PlantDrop::disableInterpolation() { |
| 375 | m_netGroup.disableNetInterpolation(); |
nothing calls this directly
no test coverage detected