makepanda: silently ignore --no-rocket and --no-physx flags

This commit is contained in:
rdb 2020-01-07 22:18:03 +01:00
parent b212d254d0
commit da9d1d6a13

View File

@ -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.