From 6127956d93f3b63cfe644c9aaee4c0aca02639b9 Mon Sep 17 00:00:00 2001 From: "Asad M. Zaman" Date: Tue, 21 Aug 2007 19:55:20 +0000 Subject: [PATCH] send a message at the end of letterboxOff so that npc interaction can hide the text --- direct/src/showbase/Transitions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/direct/src/showbase/Transitions.py b/direct/src/showbase/Transitions.py index 397e9585df..4a229396be 100644 --- a/direct/src/showbase/Transitions.py +++ b/direct/src/showbase/Transitions.py @@ -421,6 +421,7 @@ class Transitions: ), ), Func(self.letterbox.stash), + Func(messenger.send,'letterboxOff'), name = self.letterboxTaskName, ) if finishIval: