[fixed]irr::ITimer does not start on start();

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

I fixed the timer now in the 1.7 branch. I didn't dare to put it into 1.6 as it changes the timer-behavior a little, but in 1.7 the timer will no longer stopped when start is called more than once (you still have to call the same number of stops afterward).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply