mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
trailing whitespace introduced by #9
This commit is contained in:
parent
ecc1552990
commit
6f0b63b1bb
|
@ -107,10 +107,10 @@ void GuiDetectDevice::update(int deltaTime)
|
|||
// If ES starts and if a known device is connected after startup skip controller configuration
|
||||
if(mFirstRun && fs::exists(InputManager::getConfigPath()) && InputManager::getInstance()->getNumConfiguredDevices() > 0)
|
||||
{
|
||||
InputManager::getInstance()->doOnFinish(); // execute possible onFinish commands
|
||||
if(mDoneCallback)
|
||||
InputManager::getInstance()->doOnFinish(); // execute possible onFinish commands
|
||||
if(mDoneCallback)
|
||||
mDoneCallback();
|
||||
delete this; // delete GUI element
|
||||
delete this; // delete GUI element
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue