Merge remote-tracking branch 'tmj/master' into sim

This commit is contained in:
milek7
2020-10-18 23:35:14 +02:00
244 changed files with 54164 additions and 11636 deletions

View File

@@ -58,7 +58,7 @@ cSun::getDirection() {
}
float
cSun::getAngle() {
cSun::getAngle() const {
return (float)m_body.elevref;
}