Changeset 323 for osgVisual


Ignore:
Timestamp:
Oct 19, 2011, 7:18:46 PM (12 years ago)
Author:
Torben Dannhauer
Message:

Bugfix to enable camera offset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/src/object/visual_object.cpp

    r312 r323  
    195195                        for (xmlNode *sub_cur_node = cur_node->children; sub_cur_node; sub_cur_node = sub_cur_node->next)
    196196                        {
    197                                 std::string sub_node_name=reinterpret_cast<const char*>(cur_node->children->name);
     197                                std::string sub_node_name=reinterpret_cast<const char*>(sub_cur_node->children->name);
    198198                                if(sub_cur_node->type == XML_ELEMENT_NODE && sub_node_name == "translation")
    199199                                {
Note: See TracChangeset for help on using the changeset viewer.