Skip to content

Commit

Permalink
Fixed a bug with floating agents
Browse files Browse the repository at this point in the history
  • Loading branch information
olekscode committed Sep 21, 2023
1 parent 4116dd2 commit 8436260
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ CMR3SpaceAgentsBuilder >> moveAgentShape: anAgentShape [
{ #category : #accessing }
CMR3SpaceAgentsBuilder >> objects [

^ diagramBuilder cormasModel theAgents
^ diagramBuilder cormasModel theAgents select: [ :each | each isSituated ]
]

{ #category : #hooks }
Expand Down

0 comments on commit 8436260

Please sign in to comment.