mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-23 04:32:28 +00:00
A bit more cleaning up.
This commit is contained in:
parent
b587ef5a66
commit
621ab41b0f
1 changed files with 1 additions and 1 deletions
|
@ -2223,7 +2223,7 @@ typedef struct {
|
|||
} backEndState_t;
|
||||
|
||||
typedef struct {
|
||||
int maxSamples;
|
||||
int samples;
|
||||
|
||||
fbo_t *full[2]; // full resolution, shared zbuffer
|
||||
fbo_t *quarter[2]; // quarter resolution, no zbuffer
|
||||
|
|
Loading…
Reference in a new issue