From 74f7a33a74f6ec8d65ac28808f0c89048ef7f246 Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Thu, 12 Apr 2018 09:24:32 -0700 Subject: [PATCH] undo some changes --- libraries/image/src/image/Image.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/image/src/image/Image.cpp b/libraries/image/src/image/Image.cpp index 0b4acb29c4..696e311495 100644 --- a/libraries/image/src/image/Image.cpp +++ b/libraries/image/src/image/Image.cpp @@ -37,7 +37,7 @@ bool DEV_DECIMATE_TEXTURES = false; std::atomic DECIMATED_TEXTURE_COUNT{ 0 }; std::atomic 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 compressColorTextures { false }; static std::atomic compressNormalTextures { false };