[Change] Narrowed FOV for sector view.
This commit is contained in:
parent
ca3c69cd33
commit
fa459bead3
@ -60,7 +60,7 @@ void SectorView::Draw3D(void) {
|
||||
|
||||
glMatrixMode(GL_PROJECTION);
|
||||
glLoadIdentity();
|
||||
gluPerspective(50, L3D::GetScrAspect(), 1.0, 100.0);
|
||||
gluPerspective(40, L3D::GetScrAspect(), 1.0, 100.0);
|
||||
|
||||
glMatrixMode(GL_MODELVIEW);
|
||||
glLoadIdentity();
|
||||
|
@ -17,7 +17,7 @@ struct systemloc_t {
|
||||
int secX, secY, sysIdx;
|
||||
};
|
||||
|
||||
class CustomSBody;
|
||||
struct CustomSBody;
|
||||
|
||||
/* Doubles: All masses are in Kg, all lengths in meters. */
|
||||
class StarSystem {
|
||||
|
Loading…
Reference in New Issue
Block a user