Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Matt Zukowski
RE: Typo in move.rb:61 [ reply ]  
2007-02-21 16:42
Alright I've committed the fix to svn. Thanks for spotting that.

Let me know if you want commit access to the svn repo. I'd be happy to give it to you so that in the future you could commit the fix yourself.

By: Emmanuel Pirsch
Typo in move.rb:61 [ reply ]  
2007-02-21 14:04
Hi,

There is a typo in move.rb at line 61 :
when :right then @turn_ration = 50

should be :
when :right then @turn_ratio = 50