mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
enable skybox compression (via BC7) by default
This commit is contained in:
parent
0621ddfd9f
commit
4c652487d0
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ Oven::Oven(int argc, char* argv[]) :
|
|||
image::setColorTexturesCompressionEnabled(true);
|
||||
image::setGrayscaleTexturesCompressionEnabled(true);
|
||||
image::setNormalTexturesCompressionEnabled(true);
|
||||
image::setCubeTexturesCompressionEnabled(true);
|
||||
|
||||
// check if we were passed any command line arguments that would tell us just to run without the GUI
|
||||
|
||||
|
|
Loading…
Reference in a new issue