Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 11, 2013, 5:52:29 PM (11 years ago)
Author:
landauf
Message:

renamed CreateFactory() as RegisterClass() to be more consistent with the corresponding RegisterObject() macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/orxonox/Scene.cc

    r9629 r9638  
    5151namespace orxonox
    5252{
    53     CreateFactory(Scene);
     53    RegisterClass(Scene);
    5454
    5555    Scene::Scene(Context* context) : BaseObject(context), Synchronisable(context), Context(context)
Note: See TracChangeset for help on using the changeset viewer.