mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-22 17:47:20 +03:00
Don't downscale textures while in game
This commit is contained in:
parent
a5c5ba1114
commit
7592dde85c
2 changed files with 3 additions and 1 deletions
2
vendor/librw/src/rwbase.h
vendored
2
vendor/librw/src/rwbase.h
vendored
|
|
@ -21,7 +21,9 @@
|
|||
// TODO: clean up the opengl defines
|
||||
// and figure out what we even want here...
|
||||
#ifdef RW_GL3
|
||||
#ifndef RW_OPENGL
|
||||
#define RW_OPENGL
|
||||
#endif
|
||||
#define RWDEVICE gl3
|
||||
// doesn't help
|
||||
//#define RW_GL_USE_VAOS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue