Changeset 6074 in orxonox.OLD for trunk/src/subprojects
- Timestamp:
- Dec 12, 2005, 11:34:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/subprojects/framework.cc
r5944 r6074 18 18 19 19 #include "p_node.h" 20 #include "null_parent.h"21 20 #include "state.h" 22 21 #include "debug.h" … … 80 79 float dt = framework->tick(); 81 80 82 NullParent::getInstance()->updateNode(dt);81 PNode::getNullParent()->updateNode(dt); 83 82 84 83 // Draw the scene
Note: See TracChangeset
for help on using the changeset viewer.