Fix issue with debug keyboard not registering properly

master
Adam Honse 6 years ago
parent 6e16185e7f
commit 52e802e226

@ -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…
Cancel
Save