- Fixed a crash coming from velo.c
- Improved saving of reflection lists - The other changes are mostly whitespace
This commit is contained in:
@ -85,6 +85,7 @@ static int calculateNBSettings(pSingleDiff self,
|
||||
if (status != 1) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
if(om > 180.){
|
||||
om -= 360;
|
||||
} else if (om < -180.){
|
||||
|
Reference in New Issue
Block a user