diff --git a/Source/arcadia/core.clj b/Source/arcadia/core.clj index 6650b374..98c48aa2 100644 --- a/Source/arcadia/core.clj +++ b/Source/arcadia/core.clj @@ -773,7 +773,7 @@ (role+ obj, :example-role, - {:state 45, {:update #'on-update, :on-collision-enter #'on-collision-enter}}) + {:state 45, :update #'on-update, :on-collision-enter #'on-collision-enter}}) ``` has the same effect as