Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 31, 2015, 11:54:06 AM (9 years ago)
Author:
landauf
Message:

StaticallyInitializedInstances are now responsible to delete the wrapped object.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/orxonox/gamestates/GSRoot.cc

    r10474 r10520  
    3535#include "core/command/ConsoleCommandIncludes.h"
    3636#include "network/NetworkFunctionIncludes.h"
    37 #include "network/NetworkFunctionManager.h"
    3837#include "tools/Timer.h"
    3938#include "tools/interfaces/Tickable.h"
     
    6968    GSRoot::~GSRoot()
    7069    {
    71         NetworkFunctionManager::getInstance().destroyAllNetworkFunctions();
    7270    }
    7371
Note: See TracChangeset for help on using the changeset viewer.