diff --git a/newton/_src/sim/builder.py b/newton/_src/sim/builder.py index 171527de3d..9c07063ec8 100644 --- a/newton/_src/sim/builder.py +++ b/newton/_src/sim/builder.py @@ -210,7 +210,7 @@ class ActuatorEntry: output_indices: list[list[int]] # Per-actuator output indices args: list[dict[str, Any]] # Per-actuator array params (scalar params in dict key) - @dataclass + @dataclass(slots=True) class ShapeConfig: """ Represents the properties of a collision shape used in simulation.