Forgot a tiny bit in last commit.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4562 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
death2droid 2009-11-14 08:55:50 +00:00
parent 2667a469fb
commit 2eff42f659

View file

@ -166,7 +166,7 @@ void CPluginManager::ShutdownPlugins()
m_pad[i]->Shutdown();
//delete m_pad[i]; Causes crash on stop
}
m_pad[i] = NULL;
//m_pad[i] = NULL;
}
for (int i = 0; i < MAXWIIMOTES; i++)