Skip to content
Snippets Groups Projects
Commit d58b9a53 authored by Jan-Nikjas Hartmann's avatar Jan-Nikjas Hartmann
Browse files

Fixed empty new functions to start the project

parent 8c8c4aa8
No related tags found
No related merge requests found
...@@ -94,13 +94,19 @@ void UVHListenerBackchannels::StartXNods(int nodCount) ...@@ -94,13 +94,19 @@ void UVHListenerBackchannels::StartXNods(int nodCount)
NoddingTime = 0.0f; NoddingTime = 0.0f;
} }
void PlayVocalization() void UVHListenerBackchannels::PlayVocalization()
{ {
return; return;
} }
void PlaySmile(float ActualSmileLengt) void UVHListenerBackchannels::PlaySmile(float ActualSmileLength)
{ {
/*CurrentlySelectedEmotion = SelectedEmotion;
SelectedEmotion = Happiness;
ActualSmilingTime = ActualSmileLength;
bSmiling = true;
SmilingTime = 0.0f;*/
return; return;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment