From 9a475b0c977ee5ecf16be7a995022783fb923d07 Mon Sep 17 00:00:00 2001 From: "florent.teppe" Date: Thu, 4 Aug 2022 09:19:41 +0200 Subject: [PATCH] fixed blank lines and missing breaks --- components/shader/shadermanager.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/shader/shadermanager.cpp b/components/shader/shadermanager.cpp index 62b2517a1d..7d45a0c6d1 100644 --- a/components/shader/shadermanager.cpp +++ b/components/shader/shadermanager.cpp @@ -365,12 +365,12 @@ namespace Shader struct HotReloadManager { - - - std::filesystem::file_time_type mLastAutoRecompileTime; using KeysHolder = std::set; + std::unordered_map mShaderFiles; + std::filesystem::file_time_type mLastAutoRecompileTime; bool mHotReloadEnabled; + HotReloadManager() { mHotReloadEnabled = false;