Commit 8d486f5b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ninput: Fix the name of MANIPULATION_VELOCITY's velocityExpansion field.

parent 3126d366
...@@ -113,7 +113,7 @@ typedef struct MANIPULATION_VELOCITY ...@@ -113,7 +113,7 @@ typedef struct MANIPULATION_VELOCITY
{ {
float velocityX; float velocityX;
float velocityY; float velocityY;
float velocityExapnsion; float velocityExpansion;
float velocityAngular; float velocityAngular;
} MANIPULATION_VELOCITY; } MANIPULATION_VELOCITY;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment