Skip to content

Commit

Permalink
Fix alignment in mjxmacro.h
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 671759410
Change-Id: I4f92d8b60a64d89016af4c717beddf8b4b844996
  • Loading branch information
yuvaltassa authored and copybara-github committed Sep 6, 2024
1 parent 4fc6fb1 commit e3cda3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mujoco/mjxmacro.h
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
X ( int, tex_adr, ntex, 1 ) \
X ( mjtByte, tex_data, ntexdata, 1 ) \
XMJV( int, tex_pathadr, ntex, 1 ) \
XMJV( int, mat_texid, nmat, mjNTEXROLE ) \
XMJV( int, mat_texid, nmat, mjNTEXROLE ) \
XMJV( mjtByte, mat_texuniform, nmat, 1 ) \
XMJV( float, mat_texrepeat, nmat, 2 ) \
XMJV( float, mat_emission, nmat, 1 ) \
Expand Down

0 comments on commit e3cda3e

Please sign in to comment.