[fixed]one _IRR_OVERRIDE_ too much

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
AReichl
Posts: 268
Joined: Wed Jul 13, 2011 2:34 pm

[fixed]one _IRR_OVERRIDE_ too much

Post by AReichl »

Hi,

in CBillboardSceneNode.cpp behind function

const core::aabbox3d<f32>& CBillboardSceneNode::getTransformedBillboardBoundingBox(const irr::scene::ICameraSceneNode* camera) _IRR_OVERRIDE_

the _IRR_OVERRIDE_ is too much.

It belongs into the header file(s) and there you already have it.
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: one _IRR_OVERRIDE_ too much

Post by CuteAlien »

Thanks! Didn't compile that one yet with c++11 compiler so it didn't complain. Fixed now.
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