Don't downscale textures while in game

This commit is contained in:
Shinovon 2026-05-07 03:59:38 +05:00
parent a5c5ba1114
commit 7592dde85c
2 changed files with 3 additions and 1 deletions

View file

@ -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