Fix issue with debug keyboard not registering properly

This commit is contained in:
Adam Honse
2020-11-07 19:36:33 -06:00
parent 6e16185e7f
commit 52e802e226

View File

@@ -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);
}
}
}