Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3193


Ignore:
Timestamp:
Jun 19, 2009, 2:18:19 PM (15 years ago)
Author:
rgrieder
Message:

Small stuff.

Location:
code/branches/pch/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/core/Clock.cc

    r3192 r3193  
    5757        tickTime_ = storedTime_ + timersTime;
    5858        tickDt_ = timersTime - lastTimersTime_;
    59         tickDtFloat_ = static_cast<float>(tickDt_ / 1000000.0f);
     59        tickDtFloat_ = static_cast<float>(tickDt_) / 1000000.0f;
    6060
    6161        if (timersTime > 0x7FFFFFF0)
  • code/branches/pch/src/orxonox/Main.cc

    r3167 r3193  
    3434*/
    3535
    36 #include "OrxonoxConfig.h"
     36#include "OrxonoxPrereqs.h"
    3737
    3838#include "util/Debug.h"
Note: See TracChangeset for help on using the changeset viewer.