mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 13:34:08 +00:00
fix mblur stencil
This commit is contained in:
parent
8737a1d76a
commit
688e277e89
2 changed files with 5 additions and 1 deletions
|
@ -125,6 +125,10 @@ bool gbPrintMemoryUsage;
|
|||
|
||||
#ifdef NEW_RENDERER
|
||||
bool gbNewRenderer;
|
||||
#endif
|
||||
#ifdef FIX_BUGS
|
||||
// need to clear stencil for mblur fx. no idea why it works in the original game
|
||||
// also for clearing out water rects in new renderer
|
||||
#define CLEARMODE (rwCAMERACLEARZ | rwCAMERACLEARSTENCIL)
|
||||
#else
|
||||
#define CLEARMODE (rwCAMERACLEARZ)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue