Tíquete #37606

Error in coach player type analyzer

: 2017-10-27 23:59 Última Atualização: 2017-11-13 15:35

Relator:
Dono:
Tipo:
Estado:
Aberto [Owner assigned]
Componente:
(Nenhum)
Marcos:
(Nenhum)
Prioridade:
5 - Medium
Gravidade:
5 - Medium
Resolução:
Nenhum
Arquivo:
Nenhum

Details

In librcsc 4.1.1, the file rcsc/coach/player_type_analyzer.cpp has an error on line 772. Lines 771 and 772 uncorrected and corrected are below:

Error in version 4.1.1:

if ( std::fabs( M_world.ball().pos().x - new_ball_pos.x ) > rand_max
|| std::fabs( M_world.ball().pos().x - new_ball_pos.x ) > rand_max )

Corrected:

if ( std::fabs( M_world.ball().pos().x - new_ball_pos.x ) > rand_max
|| std::fabs( M_world.ball().pos().y - new_ball_pos.y ) > rand_max )

Ticket History (3/3 Histories)

2017-10-27 23:59 Updated by: wbwatkinson
  • New Ticket "Error in coach player type analyzer" created
2017-11-13 15:34 Updated by: akky
Comentário

Thank you for reporting the error. The problem will be fixed in the next release.

2017-11-13 15:35 Updated by: akky
  • Dono Update from (Nenhum) to akky

Attachment File List

No attachments

Editar

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Login