settings page completely moved to xml
This commit is contained in:
@@ -139,7 +139,7 @@ void CameraControl::switchCamera() {
|
||||
void CameraControl::update(PlayerInput& input, float delta, Chunks* chunks) {
|
||||
offset = glm::vec3(0.0f, 0.7f, 0.0f);
|
||||
|
||||
if (settings.shaking && !input.cheat) {
|
||||
if (settings.shaking.get() && !input.cheat) {
|
||||
offset += updateCameraShaking(delta);
|
||||
}
|
||||
if (settings.fovEvents){
|
||||
|
||||
Reference in New Issue
Block a user