[fixed] unnecessary vertex duplication

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.
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

Honestly, I don't think operator< makes any sense for vectors, but that is just me.

Travis
CuteAlien
Admin
Posts: 9720
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

vitek wrote:Honestly, I don't think operator< makes any sense for vectors, but that is just me.

Travis
*sigh* you were so right... I can't believe I didn't run a compile-test with just outcommenting the stupid operators. I just didn't even think about a use-case.
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