mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 18:44:00 +02:00
Log successfully loading eye tracker calibration
This commit is contained in:
parent
658434e020
commit
e7beb544f6
1 changed files with 2 additions and 0 deletions
|
@ -157,6 +157,8 @@ void EyeTracker::setEnabled(bool enabled, bool simulate) {
|
|||
qCWarning(interfaceapp) << "Eye Tracker: Error loading calibration:" << smiReturnValueToString(result);
|
||||
QMessageBox::warning(nullptr, "Eye Tracker Error", "Error loading calibration"
|
||||
+ smiReturnValueToString(result));
|
||||
} else {
|
||||
qCDebug(interfaceapp) << "Eye Tracker: Loaded calibration";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue