(boolean smoothCamera)
| 433 | } |
| 434 | |
| 435 | @Override |
| 436 | public void setSmoothCamera(boolean smoothCamera) { |
| 437 | getGameSettings().aF = smoothCamera; |
| 438 | } |
| 439 | |
| 440 | @Override |
| 441 | public boolean isSmoothCamera() { |
nothing calls this directly
no test coverage detected