Change mj_sizeModel return type to mjtSize.
PiperOrigin-RevId: 831768095 Change-Id: I079fbadc403b32a3ce8a73fe21b2cd66391401c3
This commit is contained in:
committed by
Copybara-Service
parent
a168b3ef7f
commit
042c5223a6
@@ -856,7 +856,7 @@ FUNCTIONS: Mapping[str, FunctionDecl] = dict([
|
||||
('mj_sizeModel',
|
||||
FunctionDecl(
|
||||
name='mj_sizeModel',
|
||||
return_type=ValueType(name='int'),
|
||||
return_type=ValueType(name='mjtSize'),
|
||||
parameters=(
|
||||
FunctionParameterDecl(
|
||||
name='m',
|
||||
|
||||
Reference in New Issue
Block a user