mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-11 21:36:40 -04:00
Remove unused code
This commit is contained in:
parent
1906d96064
commit
611d02ad43
@ -1157,8 +1157,6 @@ namespace MWRender
|
|||||||
if (!mLightListCallback)
|
if (!mLightListCallback)
|
||||||
mLightListCallback = new SceneUtil::LightListCallback;
|
mLightListCallback = new SceneUtil::LightListCallback;
|
||||||
mObjectRoot->addCullCallback(mLightListCallback);
|
mObjectRoot->addCullCallback(mLightListCallback);
|
||||||
|
|
||||||
objectRootReset();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
osg::Group* Animation::getObjectRoot()
|
osg::Group* Animation::getObjectRoot()
|
||||||
|
@ -310,8 +310,6 @@ protected:
|
|||||||
*/
|
*/
|
||||||
void setObjectRoot(const std::string &model, bool forceskeleton, bool baseonly, bool isCreature);
|
void setObjectRoot(const std::string &model, bool forceskeleton, bool baseonly, bool isCreature);
|
||||||
|
|
||||||
virtual void objectRootReset() {}
|
|
||||||
|
|
||||||
/** Adds the keyframe controllers in the specified model as a new animation source. Note that the .nif
|
/** Adds the keyframe controllers in the specified model as a new animation source. Note that the .nif
|
||||||
* file extension will be replaced with .kf.
|
* file extension will be replaced with .kf.
|
||||||
* @note Later added animation sources have the highest priority when it comes to finding a particular animation.
|
* @note Later added animation sources have the highest priority when it comes to finding a particular animation.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user