mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-13 05:39:07 -04:00
Fix issue with debug keyboard not registering properly
This commit is contained in:
1 parent
6e16185e7f
commit
52e802e226
1 file changed
+1
-1
@@ -504,7 +504,7 @@ void DetectDebugControllers(std::vector<RGBController*> &rgb_controllers)
|
||||
/*---------------------------------------------------------*\
|
||||
| Push the dummy Keyboard onto the controller list |
|
||||
\*---------------------------------------------------------*/
|
||||
ResourceManager::get()->RegisterRGBController(dummy_keyboard);
|
||||
rgb_controllers.push_back(dummy_keyboard);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user