Remove unneeded mjvScene argument from mjv_moveCamera.
PiperOrigin-RevId: 948204736 Change-Id: Ic9b116ce439b3153764af67c449a824aec1994dc
This commit is contained in:
committed by
Copybara-Service
parent
6c78c8664e
commit
fa36015bae
@@ -4728,12 +4728,6 @@ FUNCTIONS: Mapping[str, FunctionDecl] = dict([
|
||||
name='reldy',
|
||||
type=ValueType(name='mjtNum'),
|
||||
),
|
||||
FunctionParameterDecl(
|
||||
name='scn',
|
||||
type=PointerType(
|
||||
inner_type=ValueType(name='mjvScene', is_const=True),
|
||||
),
|
||||
),
|
||||
FunctionParameterDecl(
|
||||
name='cam',
|
||||
type=PointerType(
|
||||
|
||||
Reference in New Issue
Block a user