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