mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-28 18:00:40 +00:00
sdlayer.c: formatting of preprocessor lines
git-svn-id: https://svn.eduke32.com/eduke32@2253 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
9617227a87
commit
300fee62da
1 changed files with 21 additions and 21 deletions
|
@ -1181,7 +1181,7 @@ int32_t setvideomode(int32_t x, int32_t y, int32_t c, int32_t fs)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
pr_ati_fboworkaround = 0;
|
pr_ati_fboworkaround = 0;
|
||||||
#endif
|
# endif // defined POLYMER
|
||||||
|
|
||||||
glinfo.maxanisotropy = 1.0;
|
glinfo.maxanisotropy = 1.0;
|
||||||
glinfo.bgra = 0;
|
glinfo.bgra = 0;
|
||||||
|
@ -1296,7 +1296,7 @@ int32_t setvideomode(int32_t x, int32_t y, int32_t c, int32_t fs)
|
||||||
bpp = oldbpp;
|
bpp = oldbpp;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif // defined USE_OPENGL
|
||||||
|
|
||||||
xres = x;
|
xres = x;
|
||||||
yres = y;
|
yres = y;
|
||||||
|
|
Loading…
Reference in a new issue