Commit aa85d14e authored by hybrid's avatar hybrid

Fix emitter interface.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1767 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 17c2a7c1
...@@ -188,8 +188,8 @@ int main() ...@@ -188,8 +188,8 @@ int main()
video::SColor(0,255,255,255), // darkest color video::SColor(0,255,255,255), // darkest color
video::SColor(0,255,255,255), // brightest color video::SColor(0,255,255,255), // brightest color
800,2000,0, // min and max age, angle 800,2000,0, // min and max age, angle
core::vector2df(10.f,10.f), // min size core::dimension2df(10.f,10.f), // min size
core::vector2df(20.f,20.f)); // max size core::dimension2df(20.f,20.f)); // max size
ps->setEmitter(em); // this grabs the emitter ps->setEmitter(em); // this grabs the emitter
em->drop(); // so we can drop it here without deleting it em->drop(); // so we can drop it here without deleting it
......
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