remove two mysterious crashes (although I don't know why it was broken to begin with)
git-svn-id: svn://svn.icculus.org/netradiant/trunk@223 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
@@ -195,7 +195,8 @@ public:
|
||||
}
|
||||
void post(const scene::Path& path, scene::Instance& instance) const
|
||||
{
|
||||
if(Instance_getSelectable(instance)->isSelected())
|
||||
Selectable *selectable = Instance_getSelectable(instance);
|
||||
if(selectable && selectable->isSelected())
|
||||
{
|
||||
Entity* entity = Node_getEntity(path.top());
|
||||
if(entity == 0 && Node_isPrimitive(path.top()))
|
||||
|
||||
Reference in New Issue
Block a user