mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-31 18:15:24 +00:00
Merge pull request #1161 from Azaezel/alpha41/thirstyTheora
theoratexture can't downsample
This commit is contained in:
commit
61480c28bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue