(boolean smoothCamera)
| 397 | } |
| 398 | |
| 399 | @Override |
| 400 | public void setSmoothCamera(boolean smoothCamera) { |
| 401 | getGameSettings().au = smoothCamera; |
| 402 | } |
| 403 | |
| 404 | @Override |
| 405 | public boolean isSmoothCamera() { |
nothing calls this directly
no test coverage detected