mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-22 12:39:41 +00:00
Merged pull request #1943
This commit is contained in:
commit
784b046746
2 changed files with 2 additions and 0 deletions
|
@ -128,6 +128,7 @@
|
||||||
Bug #4644: %Name should be available for all actors, not just for NPCs
|
Bug #4644: %Name should be available for all actors, not just for NPCs
|
||||||
Bug #4648: Hud thinks that throwing weapons have condition
|
Bug #4648: Hud thinks that throwing weapons have condition
|
||||||
Bug #4649: Levelup fully restores health
|
Bug #4649: Levelup fully restores health
|
||||||
|
Bug #4654: Editor: UpdateVisitor does not initialize skeletons for animated objects
|
||||||
Feature #912: Editor: Add missing icons to UniversalId tables
|
Feature #912: Editor: Add missing icons to UniversalId tables
|
||||||
Feature #1617: Editor: Enchantment effect record verifier
|
Feature #1617: Editor: Enchantment effect record verifier
|
||||||
Feature #1645: Casting effects from objects
|
Feature #1645: Casting effects from objects
|
||||||
|
|
|
@ -47,6 +47,7 @@ namespace CSVRender
|
||||||
|
|
||||||
virtual void operator()(osg::Node* node, osg::NodeVisitor* nv)
|
virtual void operator()(osg::Node* node, osg::NodeVisitor* nv)
|
||||||
{
|
{
|
||||||
|
traverse(node, nv);
|
||||||
CellNodeContainer* container = static_cast<CellNodeContainer*>(node->getUserData());
|
CellNodeContainer* container = static_cast<CellNodeContainer*>(node->getUserData());
|
||||||
container->getCell()->updateLand();
|
container->getCell()->updateLand();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue