mirror of
https://github.com/team2059/Zaphod
synced 2024-12-18 20:12:28 -05:00
Minor bug fix
This commit is contained in:
parent
a0d79bf58a
commit
4216376469
@ -55,6 +55,6 @@ float HHSonar::GetInches(std::string from){
|
|||||||
//TODO: Delay
|
//TODO: Delay
|
||||||
return x;
|
return x;
|
||||||
}else{
|
}else{
|
||||||
return (float)(-1,0);
|
return (float)(-1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user