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
54976b95
Commit
54976b95
authored
Sep 25, 2016
by
Jakob Schöttl
Browse files
Remove unncessary this.
parent
989e54a3
Changes
1
Show whitespace changes
Inline
Side-by-side
VadereSimulator/src/org/vadere/simulator/control/TargetController.java
View file @
54976b95
...
...
@@ -39,7 +39,7 @@ public class TargetController {
}
public
void
update
(
double
simTimeInSec
)
{
if
(
this
.
target
.
isTargetPedestrian
())
{
if
(
target
.
isTargetPedestrian
())
{
return
;
}
...
...
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