From 60f62deed1944007e069408237a06fc94e226d4d Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 9 Jan 2012 23:46:35 +0000 Subject: [PATCH] minor fix when specifying an explicit pipe --- direct/src/showbase/ShowBase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/showbase/ShowBase.py b/direct/src/showbase/ShowBase.py index 7afbc0d332..f9e8ac68e3 100644 --- a/direct/src/showbase/ShowBase.py +++ b/direct/src/showbase/ShowBase.py @@ -784,7 +784,7 @@ class ShowBase(DirectObject.DirectObject): self.notify.info("Window did not open, removing.") self.closeWindow(self.win) - if self.win == None: + if self.win == None and not kw.get('pipe', None): # Try a little harder if the window wouldn't open. self.makeAllPipes() try: