Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 22, 2008, 11:52:20 PM (16 years ago)
Author:
rgrieder
Message:

completed moving of debug texts to overlays/debug/

File:
1 moved

Legend:

Unmodified
Added
Removed
  • code/branches/hud/src/orxonox/overlays/debug/DebugRTRText.cc

    r1618 r1619  
    2828
    2929#include "OrxonoxStableHeaders.h"
    30 #include "HUDRTRText.h"
     30#include "DebugRTRText.h"
    3131#include <OgreTextAreaOverlayElement.h>
    3232#include "core/CoreIncludes.h"
     
    3636namespace orxonox
    3737{
    38     CreateFactory(HUDRTRText);
     38    CreateFactory(DebugRTRText);
    3939
    40     HUDRTRText::HUDRTRText()
     40    DebugRTRText::DebugRTRText()
    4141    {
    42         RegisterObject(HUDRTRText);
     42        RegisterObject(DebugRTRText);
    4343    }
    4444
    45     HUDRTRText::~HUDRTRText()
     45    DebugRTRText::~DebugRTRText()
    4646    {
    4747    }
    4848
    49     void HUDRTRText::tick(float dt)
     49    void DebugRTRText::tick(float dt)
    5050    {
    5151        float rtr = GraphicsEngine::getSingleton().getAverageRTR();
Note: See TracChangeset for help on using the changeset viewer.