fixed anisotropic filtering; updated librw

This commit is contained in:
aap 2021-01-21 22:17:35 +01:00
parent 50cde66067
commit e99589a3eb
5 changed files with 17 additions and 7 deletions

View file

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