mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
undo some changes
This commit is contained in:
parent
5fdcd12375
commit
74f7a33a74
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ bool DEV_DECIMATE_TEXTURES = false;
|
|||
std::atomic<size_t> DECIMATED_TEXTURE_COUNT{ 0 };
|
||||
std::atomic<size_t> RECTIFIED_TEXTURE_COUNT{ 0 };
|
||||
|
||||
static const auto& HDR_FORMAT = gpu::Element::COLOR_R11G11B10;
|
||||
static const auto HDR_FORMAT = gpu::Element::COLOR_R11G11B10;
|
||||
|
||||
static std::atomic<bool> compressColorTextures { false };
|
||||
static std::atomic<bool> compressNormalTextures { false };
|
||||
|
|
Loading…
Reference in a new issue