From e3cda3e0e36b7d61f8169482101b90d4ad1b9088 Mon Sep 17 00:00:00 2001 From: Yuval Tassa Date: Fri, 6 Sep 2024 08:03:14 -0700 Subject: [PATCH] Fix alignment in mjxmacro.h PiperOrigin-RevId: 671759410 Change-Id: I4f92d8b60a64d89016af4c717beddf8b4b844996 --- include/mujoco/mjxmacro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mujoco/mjxmacro.h b/include/mujoco/mjxmacro.h index f65ee09969..56b175849d 100644 --- a/include/mujoco/mjxmacro.h +++ b/include/mujoco/mjxmacro.h @@ -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 ) \