From c9a1e1bf85611659171cbc8acd61517efbaa937c Mon Sep 17 00:00:00 2001 From: morg Date: Tue, 6 Jul 2021 10:16:35 +0200 Subject: [PATCH] Make sure to load the zones sizes. Fixes #1602 --- ResourceManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ResourceManager.cpp b/ResourceManager.cpp index 8fb58e18..4381c6e5 100644 --- a/ResourceManager.cpp +++ b/ResourceManager.cpp @@ -956,7 +956,6 @@ void ResourceManager::DetectDevicesThreadFunction() { LOG_INFO("[%s] is not initialized", detection_string); } - prev_count = rgb_controllers_hw.size(); } } }