mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-24 06:39:42 +00:00
Commenting out assert
This commit is contained in:
parent
d49a02abe5
commit
9ac627c931
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ void Objects::insertBegin (const MWWorld::Ptr& ptr, bool enabled, bool static_){
|
||||||
//Create the scenenode and put it in the map
|
//Create the scenenode and put it in the map
|
||||||
cellnode = root->createChildSceneNode();
|
cellnode = root->createChildSceneNode();
|
||||||
cellSceneNodes[ptr.getCell()] = cellnode;
|
cellSceneNodes[ptr.getCell()] = cellnode;
|
||||||
assert(!cellnode->getChildIterator()->begin()); //Is this right?
|
//assert(!cellnode->getChildIterator()->begin()); //Is this right?
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue