finalization

This commit is contained in:
Oleg Petruny 2024-11-20 13:24:17 +01:00
parent 3230164736
commit afd259925f
25 changed files with 52 additions and 21 deletions

1
.gitattributes vendored
View File

@ -1,3 +1,4 @@
ReleaseBuilds/** filter=lfs diff=lfs merge=lfs -text
Images/** filter=lfs diff=lfs merge=lfs -text
Fonts/** filter=lfs diff=lfs merge=lfs -text
Audio/** filter=lfs diff=lfs merge=lfs -text

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -147,7 +147,7 @@ void UDialogueManager::PlayNextDialogue()
{
FDialogueEndCallback callback;
_endCallbacks.Dequeue(callback);
callback.Execute();
callback.ExecuteIfBound();
_nextDialogues.Pop();
return;
}