From da9d1d6a1309074b93bad3131903b3e9ced08cf6 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 7 Jan 2020 22:18:03 +0100 Subject: [PATCH] makepanda: silently ignore --no-rocket and --no-physx flags --- makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 5de275d9d6..743213757b 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -166,7 +166,7 @@ def parseopts(args): # Options for which to display a deprecation warning. removedopts = [ "use-touchinput", "no-touchinput", "no-awesomium", "no-directscripts", - "no-carbon", "universal", + "no-carbon", "universal", "no-physx", "no-rocket" ] # All recognized options.