Page 1 of 1

[fixed]one _IRR_OVERRIDE_ too much

Posted: Mon Apr 24, 2017 1:30 pm
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.

Re: one _IRR_OVERRIDE_ too much

Posted: Mon Apr 24, 2017 1:43 pm
by CuteAlien
Thanks! Didn't compile that one yet with c++11 compiler so it didn't complain. Fixed now.