diff options
Diffstat (limited to 'src/entities/maresciallo.c')
-rw-r--r-- | src/entities/maresciallo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/maresciallo.c b/src/entities/maresciallo.c index a302b89..a5b0628 100644 --- a/src/entities/maresciallo.c +++ b/src/entities/maresciallo.c @@ -20,7 +20,7 @@ void initMaresciallo(Entity * entity, Game * game) { Maresciallo * data = (Maresciallo*)entity->data; PIDConfig flyToPointPID = (PIDConfig){ - .kP = 1.1, // 1.1 + .kP = 1.1, .kI = 0.0, .kD = 0.0, .angleMode = false, |