(boolean smoothCamera)
| 422 | } |
| 423 | |
| 424 | @Override |
| 425 | public void setSmoothCamera(boolean smoothCamera) { |
| 426 | getGameSettings().aB = smoothCamera; |
| 427 | } |
| 428 | |
| 429 | @Override |
| 430 | public boolean isSmoothCamera() { |
nothing calls this directly
no test coverage detected