Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
359c8742
Commit
359c8742
authored
Sep 20, 2016
by
Jakob Schöttl
Browse files
Enable target list use by default
parent
ce7ad538
Changes
1
Hide whitespace changes
Inline
Side-by-side
VadereState/src/org/vadere/state/scenario/Agent.java
View file @
359c8742
...
...
@@ -37,7 +37,7 @@ public abstract class Agent implements DynamicElement {
position
=
new
VPoint
(
0
,
0
);
velocity
=
new
Vector2D
(
0
,
0
);
targetIds
=
new
LinkedList
<>();
nextTargetListIndex
=
-
1
;
nextTargetListIndex
=
0
;
attributes
=
attributesAgent
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment