Fix warning in OpenRGBDialog.cpp

This commit is contained in:
Adam Honse committed 2026-09-01 11:42:11 -05:00
1 parent bc9c04c00b
commit a152927ec6
1 file changed
+1 -1
+1 -1
View File
@@ -1370,7 +1370,7 @@ void OpenRGBDialog::UpdateDevicesList()
}
bool found = true;
base_tab = controllers.size();
base_tab = (unsigned int)controllers.size();
while(found)
{