mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
theoratexture can't downsample
so don't. this stops $pref::Video::textureReductionLevel from crashing the applicaton in that scenario
This commit is contained in:
parent
0b65ff2c72
commit
1f837304ea
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
||||||
/// Profile for the video texture.
|
/// Profile for the video texture.
|
||||||
GFX_ImplementTextureProfile( GFXTheoraTextureProfile,
|
GFX_ImplementTextureProfile( GFXTheoraTextureProfile,
|
||||||
GFXTextureProfile::DiffuseMap,
|
GFXTextureProfile::DiffuseMap,
|
||||||
GFXTextureProfile::NoMipmap | GFXTextureProfile::Dynamic,
|
GFXTextureProfile::NoMipmap | GFXTextureProfile::Dynamic | GFXTextureProfile::PreserveSize,
|
||||||
GFXTextureProfile::NONE );
|
GFXTextureProfile::NONE );
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue