theoratexture can't downsample

so don't.
this stops $pref::Video::textureReductionLevel from crashing the applicaton in that scenario
This commit is contained in:
AzaezelX 2023-12-19 13:15:12 -06:00
parent 0b65ff2c72
commit 1f837304ea

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 );