typo
This commit is contained in:
parent
11a53b6fa9
commit
155216ebd5
|
@ -22,7 +22,7 @@ int minI(int i1, int i2) {
|
|||
}
|
||||
|
||||
/*
|
||||
float efiFloat(float value, float precision) {
|
||||
float efiFloor(float value, float precision) {
|
||||
int a = (int) (value / precision);
|
||||
return a * precision;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue