makepanda: silently ignore --no-rocket and --no-physx flags
This commit is contained in:
parent
b212d254d0
commit
da9d1d6a13
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue