Changeset 9629 for code/branches/core6/src/modules/overlays/debugging
- Timestamp:
- Aug 9, 2013, 9:26:46 PM (11 years ago)
- Location:
- code/branches/core6/src/modules/overlays/debugging
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/modules/overlays/debugging/DebugFPSText.cc
r5781 r9629 37 37 CreateFactory(DebugFPSText); 38 38 39 DebugFPSText::DebugFPSText( BaseObject* creator) : OverlayText(creator)39 DebugFPSText::DebugFPSText(Context* context) : OverlayText(context) 40 40 { 41 41 RegisterObject(DebugFPSText); -
code/branches/core6/src/modules/overlays/debugging/DebugFPSText.h
r5781 r9629 40 40 { 41 41 public: 42 DebugFPSText( BaseObject* creator);42 DebugFPSText(Context* context); 43 43 virtual ~DebugFPSText(); 44 44 -
code/branches/core6/src/modules/overlays/debugging/DebugRTRText.cc
r5781 r9629 37 37 CreateFactory(DebugRTRText); 38 38 39 DebugRTRText::DebugRTRText( BaseObject* creator) : OverlayText(creator)39 DebugRTRText::DebugRTRText(Context* context) : OverlayText(context) 40 40 { 41 41 RegisterObject(DebugRTRText); -
code/branches/core6/src/modules/overlays/debugging/DebugRTRText.h
r5781 r9629 40 40 { 41 41 public: 42 DebugRTRText( BaseObject* creator);42 DebugRTRText(Context* context); 43 43 virtual ~DebugRTRText(); 44 44
Note: See TracChangeset
for help on using the changeset viewer.