(boolean smoothCamera)
| 429 | } |
| 430 | |
| 431 | @Override |
| 432 | public void setSmoothCamera(boolean smoothCamera) { |
| 433 | getGameSettings().aB = smoothCamera; |
| 434 | } |
| 435 | |
| 436 | @Override |
| 437 | public boolean isSmoothCamera() { |
nothing calls this directly
no test coverage detected