mirror of
https://github.com/halpz/re3.git
synced 2024-12-25 18:05:27 +00:00
bletch
This commit is contained in:
parent
e99589a3eb
commit
94ff966994
|
@ -55,11 +55,8 @@ RwTextureGtaStreamRead(RwStream *stream)
|
||||||
texNumLoaded++;
|
texNumLoaded++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(tex == nil)
|
|
||||||
return nil;
|
|
||||||
|
|
||||||
#ifdef ANISOTROPIC_FILTERING
|
#ifdef ANISOTROPIC_FILTERING
|
||||||
if(RpAnisotGetMaxSupportedMaxAnisotropy() > 1) // BUG? this was RpAnisotTextureGetMaxAnisotropy, but that doesn't make much sense
|
if(tex && RpAnisotGetMaxSupportedMaxAnisotropy() > 1) // BUG? this was RpAnisotTextureGetMaxAnisotropy, but that doesn't make much sense
|
||||||
RpAnisotTextureSetMaxAnisotropy(tex, RpAnisotGetMaxSupportedMaxAnisotropy());
|
RpAnisotTextureSetMaxAnisotropy(tex, RpAnisotGetMaxSupportedMaxAnisotropy());
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue