Commit 07b9bc8a authored by hybrid's avatar hybrid

Fix warning about new enum value.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1619 dfc29bdd-3216-0410-991c-e03cc46cb475
parent a019b12b
......@@ -405,6 +405,7 @@ bool CGUIListBox::OnEvent(const SEvent& event)
break;
case EET_LOG_TEXT_EVENT:
case EET_USER_EVENT:
case EGUIET_FORCE_32_BIT:
break;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment