mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-18 01:26:42 +02:00
Merge pull request #12 from wayne-chen/pushToTalk
removing debug print statement
This commit is contained in:
commit
2b51f19d70
1 changed files with 0 additions and 1 deletions
|
@ -1610,7 +1610,6 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo
|
||||||
switch (actionEnum) {
|
switch (actionEnum) {
|
||||||
case Action::TOGGLE_PUSHTOTALK:
|
case Action::TOGGLE_PUSHTOTALK:
|
||||||
if (audioScriptingInterface->getPTT()) {
|
if (audioScriptingInterface->getPTT()) {
|
||||||
qDebug() << "State is " << state;
|
|
||||||
if (state > 0.0f) {
|
if (state > 0.0f) {
|
||||||
audioScriptingInterface->setPushingToTalk(false);
|
audioScriptingInterface->setPushingToTalk(false);
|
||||||
} else if (state < 0.0f) {
|
} else if (state < 0.0f) {
|
||||||
|
|
Loading…
Reference in a new issue