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