is RPM int or float, part X fix #6481
This commit is contained in:
parent
353a1b862d
commit
130967a1dc
|
@ -112,7 +112,7 @@ public:
|
|||
/**
|
||||
* this is RPM on previous engine cycle.
|
||||
*/
|
||||
int previousRpmValue = 0;
|
||||
float previousRpmValue = 0;
|
||||
|
||||
/**
|
||||
* This is a performance optimization: let's pre-calculate this each time RPM changes
|
||||
|
|
Loading…
Reference in New Issue