[fixed] IGUIScrollBar->setMin param and description

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.
Post Reply
kingdutch
Posts: 76
Joined: Tue Sep 02, 2008 7:01 am

[fixed] IGUIScrollBar->setMin param and description

Post by kingdutch »

The parameter for IGUIScrollBar->setMin() is called max.

And the description talks about the maximum value (Probably just copy pasted from setMax() ^^

Thought I'd let you know as I don't know how to fix/submit it myself.
if (msg.getRubbishFactor() > rubbishLimit) { ignorePost(); cout << how it should be done << "\n"; }
CuteAlien
Admin
Posts: 9670
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

Thanks for reporting, I have fixed it in the 1.7 branch in svn.
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