diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-09 15:51:15 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-10 08:10:08 +0100 |
commit | 8ca41f5afb05e702b9d0e715825c49679a6e7d5f (patch) | |
tree | 80ca47cd26f1f9bbba2c7b29c26fc123c863355f /ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.cpp | |
parent | 4218571bfcf09a0fa67ecd0919dba69e442391d4 (diff) |
restore PT axis order swap
Reported-by: @FlyingCircus-
Issue: #63
Diffstat (limited to 'ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.cpp')
-rw-r--r-- | ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.cpp b/ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.cpp index ad9ef7c0..d4cf68ec 100644 --- a/ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.cpp +++ b/ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.cpp @@ -83,7 +83,7 @@ TrackerDialog::TrackerDialog() void TrackerDialog::set_model_clip() { s.m01_x = 0; - s.m01_y = static_cast<double>(s.clip_ty); + s.m01_y = -static_cast<double>(s.clip_ty); s.m01_z = -static_cast<double>(s.clip_tz); s.m02_x = 0; s.m02_y = static_cast<double>(s.clip_by); |