From 998f9960f9ed3737f3af2fd2eeeec180dc2f63a4 Mon Sep 17 00:00:00 2001 From: David Hozic Date: Tue, 26 May 2026 14:51:48 +0200 Subject: [PATCH] Revert indexer_xmacro.h change --- 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 23264a99..10c52971 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( mjtSize, tex_, adr, ntex, 1 ) \ + X( int, tex_, adr, ntex, 1 ) \ X( mjtByte, tex_, data, ntexdata, 1 ) #define MJMODEL_TUPLE \