Fix crash on releasing device (error was introduced when merging from trunk).

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@4859 dfc29bdd-3216-0410-991c-e03cc46cb475
master
cutealien 2014-05-09 14:23:38 +00:00
parent 50aa5056e3
commit 1e8048f561
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ CIrrDeviceStub::CIrrDeviceStub(const SIrrlichtCreationParameters& params)
CIrrDeviceStub::~CIrrDeviceStub() CIrrDeviceStub::~CIrrDeviceStub()
{ {
VideoModeList->drop(); VideoModeList->drop();
FileSystem->drop();
if (GUIEnvironment) if (GUIEnvironment)
GUIEnvironment->drop(); GUIEnvironment->drop();