is RPM int or float, part X fix #6481

This commit is contained in:
rusefillc 2024-05-08 13:32:50 -04:00
parent 353a1b862d
commit 130967a1dc
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ public:
/** /**
* this is RPM on previous engine cycle. * 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 * This is a performance optimization: let's pre-calculate this each time RPM changes