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
a765d581
Commit
a765d581
authored
Nov 12, 2016
by
Jakob Schöttl
Browse files
Set all defaults for scenario element IDs to -1
parent
194209c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
VadereState/src/org/vadere/state/attributes/scenario/AttributesSource.java
View file @
a765d581
...
...
@@ -14,7 +14,7 @@ public class AttributesSource extends Attributes {
public
static
final
String
CONSTANT_DISTRIBUTION
=
ConstantDistribution
.
class
.
getName
();
public
static
final
int
NO_MAX_SPAWN_NUMBER_TOTAL
=
-
1
;
private
int
id
;
private
int
id
=
-
1
;
/** Shape and position. */
private
VShape
shape
=
null
;
...
...
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