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
c79a6b76
Commit
c79a6b76
authored
Nov 05, 2019
by
Stefan Schuhbaeck
Browse files
Ignore source shape in FloorFieldHash calculation to determine valid cache.
parent
bb79a260
Changes
1
Hide whitespace changes
Inline
Side-by-side
VadereState/src/org/vadere/state/attributes/scenario/AttributesSource.java
View file @
c79a6b76
...
...
@@ -22,6 +22,7 @@ public class AttributesSource extends AttributesEmbedShape {
private
int
id
=
ID_NOT_SET
;
/** Shape and position. */
@JsonView
(
Views
.
CacheViewExclude
.
class
)
// ignore when determining if floor field cache is valid
private
VShape
shape
=
null
;
@JsonView
(
Views
.
CacheViewExclude
.
class
)
// ignore when determining if floor field cache is valid
private
String
interSpawnTimeDistribution
=
CONSTANT_DISTRIBUTION
;
...
...
Write
Preview
Supports
Markdown
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