diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-02 11:56:57 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-02 11:56:57 +0100 |
commit | 2dc57da89cdc56a61ec8da1c7fa7770448f3d3f6 (patch) | |
tree | 7db0fb5e8ed0b473cc773ca2f3a05c927233bff6 /tracker-rift-080 | |
parent | bd54385106031f268ae7005989955e51179b6df0 (diff) |
tracker/rift-{042,080}: don't overwrite other rifts' settings
Diffstat (limited to 'tracker-rift-080')
-rw-r--r-- | tracker-rift-080/ftnoir_tracker_rift_080.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-rift-080/ftnoir_tracker_rift_080.h b/tracker-rift-080/ftnoir_tracker_rift_080.h index a7fa1c55..139c480f 100644 --- a/tracker-rift-080/ftnoir_tracker_rift_080.h +++ b/tracker-rift-080/ftnoir_tracker_rift_080.h @@ -12,7 +12,7 @@ struct settings : opts { value<bool> useYawSpring; value<double> constant_drift, persistence, deadzone; settings() : - opts("Rift"), + opts("Rift-080"), useYawSpring(b, "yaw-spring", false), constant_drift(b, "constant-drift", 0.000005), persistence(b, "persistence", 0.99999), |