Merge pull request #1161 from Azaezel/alpha41/thirstyTheora

theoratexture can't downsample
This commit is contained in:
Brian Roberts 2023-12-19 13:17:25 -06:00 committed by GitHub
commit 61480c28bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@
/// Profile for the video texture.
GFX_ImplementTextureProfile( GFXTheoraTextureProfile,
GFXTextureProfile::DiffuseMap,
GFXTextureProfile::NoMipmap | GFXTextureProfile::Dynamic,
GFXTextureProfile::NoMipmap | GFXTextureProfile::Dynamic | GFXTextureProfile::PreserveSize,
GFXTextureProfile::NONE );