Skip to content

Commit

Permalink
Fix issue #1: time step in example is 0 on Py2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sybrenstuvel committed Oct 18, 2015
1 parent 67f91af commit 74d1ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Example code

import rvo2

sim = rvo2.PyRVOSimulator(1/60, 1.5, 5, 1.5, 2, 0.4, 2)
sim = rvo2.PyRVOSimulator(1/60., 1.5, 5, 1.5, 2, 0.4, 2)

# Pass either just the position (the other parameters then use
# the default values passed to the PyRVOSimulator constructor),
Expand Down

0 comments on commit 74d1ed5

Please sign in to comment.