make fixpitch setting working with primary surface too

This commit is contained in:
FunkyFr3sh 2022-09-09 12:57:05 +02:00
parent efad3e0fd5
commit e578df74e3
6 changed files with 24 additions and 18 deletions

View file

@ -32,7 +32,6 @@ typedef struct OGLRENDERER
GLuint scale_vbos[3];
GLuint scale_vao;
BOOL use_opengl;
BOOL adjust_alignment;
BOOL filter_bilinear;
} OGLRENDERER;