- made aspect ratio correction factor configurable through MAPINFO.

This commit is contained in:
Christoph Oelckers 2014-12-29 23:52:20 +01:00
commit 315827015c
3 changed files with 17 additions and 2 deletions

View file

@ -20,6 +20,8 @@ struct GLRenderSettings
FVector3 skyrotatevector;
FVector3 skyrotatevector2;
float pixelstretch;
};
extern GLRenderSettings glset;