mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:35:08 +02:00
Removed debug
This commit is contained in:
parent
b571fb86ae
commit
4c34571570
1 changed files with 0 additions and 3 deletions
|
@ -743,12 +743,9 @@ void AudioMixer::run() {
|
|||
}
|
||||
|
||||
const QString ATTENATION_PER_DOULING_IN_DISTANCE = "attenuation-per-doubling-in-distance";
|
||||
qDebug() << "contains:" << audioGroupObject.contains(ATTENATION_PER_DOULING_IN_DISTANCE);
|
||||
if (audioGroupObject[ATTENATION_PER_DOULING_IN_DISTANCE].isString()) {
|
||||
qDebug() << "isString";
|
||||
bool ok = false;
|
||||
float attenuation = audioGroupObject[ATTENATION_PER_DOULING_IN_DISTANCE].toString().toFloat(&ok);
|
||||
|
||||
if (ok) {
|
||||
_attenuationPerDoublingInDistance = attenuation;
|
||||
qDebug() << "Attenuation per doubling in distance changed to" << _attenuationPerDoublingInDistance;
|
||||
|
|
Loading…
Reference in a new issue