Commit 025fd696 authored by hybrid's avatar hybrid

Change type to more specific one

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3994 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 3788ea88
......@@ -379,7 +379,7 @@ int main()
anim->drop();
// attach billboard to the light
scene::ISceneNode* bill =
scene::IBillboardSceneNode* bill =
smgr->addBillboardSceneNode(light1, core::dimension2d<f32>(60, 60));
bill->setMaterialFlag(video::EMF_LIGHTING, 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