You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it's possible to query the scene objects dict for evt.object_id it seems like it would be easy to just pass the reference directly since that lookup is already performed, maybe just tack on obj as attribute object to the event
Currently args passed are
scene
,evt
,msg
.While it's possible to query the scene objects dict for
evt.object_id
it seems like it would be easy to just pass the reference directly since that lookup is already performed, maybe just tack onobj
as attributeobject
to theevent
arena-py/arena/scene.py
Lines 141 to 142 in 743eaee
The text was updated successfully, but these errors were encountered: