2
0
Эх сурвалжийг харах

Merge pull request #1161 from Azaezel/alpha41/thirstyTheora

theoratexture can't downsample
Brian Roberts 1 жил өмнө
parent
commit
61480c28bf

+ 1 - 1
Engine/source/gfx/video/theoraTexture.cpp

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