Commit 06ae5c41 authored by Rogerborg's avatar Rogerborg

Fix managed lights example build bug on C::B / Linux.



git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2066 dfc29bdd-3216-0410-991c-e03cc46cb475
parent ee5942f4
......@@ -79,7 +79,7 @@ public:
virtual ~CMyLightManager(void) { }
// The input receiver interface, which just switches light management strategy
bool CMyLightManager::OnEvent(const SEvent & event)
bool OnEvent(const SEvent & event)
{
bool handled = false;
......
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