mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 08:14:08 +00:00
fixed anisotropic filtering; updated librw
This commit is contained in:
parent
50cde66067
commit
e99589a3eb
5 changed files with 17 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
#include "rphanim.h"
|
||||
#include "rpskin.h"
|
||||
#include "rtbmp.h"
|
||||
#ifndef LIBRW
|
||||
#ifdef ANISOTROPIC_FILTERING
|
||||
#include "rpanisot.h"
|
||||
#endif
|
||||
|
||||
|
@ -402,7 +402,7 @@ PluginAttach(void)
|
|||
|
||||
return FALSE;
|
||||
}
|
||||
#ifndef LIBRW
|
||||
#ifdef ANISOTROPIC_FILTERING
|
||||
RpAnisotPluginAttach();
|
||||
#endif
|
||||
#ifdef EXTENDED_PIPELINES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue