(boolean smoothCamera)
| 442 | } |
| 443 | |
| 444 | @Override |
| 445 | public void setSmoothCamera(boolean smoothCamera) { |
| 446 | getGameSettings().aF = smoothCamera; |
| 447 | } |
| 448 | |
| 449 | @Override |
| 450 | public boolean isSmoothCamera() { |
nothing calls this directly
no test coverage detected