Reduce size of mjsTexture.gridlayout (was 13, should be 12)
PiperOrigin-RevId: 833764817 Change-Id: I2655a729d38a8871be2024492ce2a971fc8a0372
This commit is contained in:
committed by
Copybara-Service
parent
971e73ab04
commit
62872fecd1
@@ -8408,7 +8408,7 @@ STRUCTS: Mapping[str, StructDecl] = dict([
|
||||
name='gridlayout',
|
||||
type=ArrayType(
|
||||
inner_type=ValueType(name='char'),
|
||||
extents=(13,),
|
||||
extents=(12,),
|
||||
),
|
||||
doc='row-major: L,R,F,B,U,D for faces; . for unused',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user