Fix issue with debug keyboard not registering properly
This commit is contained in:
parent
6e16185e7f
commit
52e802e226
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue