Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6074 in orxonox.OLD for trunk/src/subprojects/framework.cc


Ignore:
Timestamp:
Dec 12, 2005, 11:34:02 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: taken out NullParent.
THE TRUNK IS NOT RUNNING FOR THE TIME BEING. DO NOT BE ALARMED, THIS IS TEMPORARY

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/subprojects/framework.cc

    r5944 r6074  
    1818
    1919#include "p_node.h"
    20 #include "null_parent.h"
    2120#include "state.h"
    2221#include "debug.h"
     
    8079      float dt = framework->tick();
    8180
    82       NullParent::getInstance()->updateNode(dt);
     81      PNode::getNullParent()->updateNode(dt);
    8382
    8483      // Draw the scene
Note: See TracChangeset for help on using the changeset viewer.