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