fix initial direction

This commit is contained in:
2019-02-27 11:59:44 +01:00
parent d6501293e9
commit c33fcdf932
3 changed files with 13 additions and 9 deletions

View File

@@ -160,6 +160,7 @@ public:
float m_dir_dist = 0;
float m_dir_step = 10;
float m_dir_angle = 0;
float m_dir_init = 0;
float m_curve = 0;
float m_dist = 0;
float m_step = 0;