Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 8, 2016, 9:05:10 AM (7 years ago)
Author:
ahedges
Message:

comment out some stuff and update the cmake file for macOS 10.12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_HS16/src/orxonox/worldentities/Actionpoint.cc

    r11052 r11278  
    3131namespace orxonox
    3232{
    33     RegisterClass(Actionpoint);
     33//    RegisterClass(Actionpoint); ?
    3434
    3535    Actionpoint::Actionpoint(Context* context) : StaticEntity(context)
    3636    {
    37         RegisterObject(Actionpoint);
     37//        RegisterObject(Actionpoint);
    3838       
    3939        this->actionName_ = "";
Note: See TracChangeset for help on using the changeset viewer.