Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 4, 2015, 11:09:40 PM (9 years ago)
Author:
landauf
Message:

unload debug overly while unloading graphics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/Core.cc

    r10524 r10525  
    361361        orxout(internal_info) << "unloading graphics in Core" << endl;
    362362
     363        if (this->graphicsManager_)
     364            this->graphicsManager_->unloadDebugOverlay();
     365
    363366        safeObjectDelete(&graphicsScope_);
    364367        safeObjectDelete(&guiManager_);
Note: See TracChangeset for help on using the changeset viewer.