From da0bf9af17f796128315e4764f40becaba33011a Mon Sep 17 00:00:00 2001 From: David Hozic Date: Sat, 21 Feb 2026 14:53:35 +0100 Subject: [PATCH] Fix incorrect type for Python view of MjModel/tex_adrr --- python/mujoco/indexer_xmacro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/mujoco/indexer_xmacro.h b/python/mujoco/indexer_xmacro.h index 10c52971..23264a99 100644 --- a/python/mujoco/indexer_xmacro.h +++ b/python/mujoco/indexer_xmacro.h @@ -273,7 +273,7 @@ X( int, tex_, height, ntex, 1 ) \ X( int, tex_, width, ntex, 1 ) \ X( int, tex_, nchannel, ntex, 1 ) \ - X( int, tex_, adr, ntex, 1 ) \ + X( mjtSize, tex_, adr, ntex, 1 ) \ X( mjtByte, tex_, data, ntexdata, 1 ) #define MJMODEL_TUPLE \