From 211df4b90fdb118df54ddf50561d8ccf213b3fd2 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 6 Jan 2012 00:44:43 +0000 Subject: [PATCH] need default parameters for runp3d.py --- direct/src/p3d/AppRunner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/p3d/AppRunner.py b/direct/src/p3d/AppRunner.py index 25fd97a8f8..523e68f213 100644 --- a/direct/src/p3d/AppRunner.py +++ b/direct/src/p3d/AppRunner.py @@ -874,7 +874,7 @@ class AppRunner(DirectObject): initAppForGui() def setP3DFilename(self, p3dFilename, tokens, argv, instanceId, - interactiveConsole, p3dOffset, p3dUrl): + interactiveConsole, p3dOffset = 0, p3dUrl = None): """ Called by the browser to specify the p3d file that contains the application itself, along with the web tokens and/or command-line arguments. Once this method has been