Changeset 248
- Timestamp:
- Feb 18, 2011, 6:01:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/src/core/visual_core.cpp
r247 r248 226 226 if(cur_node->type == XML_ELEMENT_NODE && node_name == "datetime") 227 227 { 228 int day=-1, month=1-,year=-1, hour=-1, minute=-1;228 int day=-1, month=-1, year=-1, hour=-1, minute=-1; 229 229 230 230 xmlAttr *attr = cur_node->properties;
Note: See TracChangeset
for help on using the changeset viewer.