Skip to content

Commit

Permalink
Remove useless (& buggy) outer loop
Browse files Browse the repository at this point in the history
Fixes #15. Likely doesn't fix the underlying reason, that'll continue in #6.
  • Loading branch information
dkambersky authored Jun 19, 2019
1 parent 41c93e0 commit 83986dc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions assets/behaviors/common/stray.behavior
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
loop : {
child : {

sequence : [
{
set_speed : { speedMultiplier: 0.3 }
Expand All @@ -27,5 +26,3 @@
}
]
}
}
}

0 comments on commit 83986dc

Please sign in to comment.