| 69 | } |
| 70 | |
| 71 | int _SimulationFacadeImpl::getSyncSimulationWithRenderingRatio() const |
| 72 | { |
| 73 | return _worker.getSyncSimulationWithRenderingRatio(); |
| 74 | } |
| 75 | |
| 76 | void _SimulationFacadeImpl::setSyncSimulationWithRenderingRatio(int value) |
| 77 | { |
nothing calls this directly
no outgoing calls
no test coverage detected