Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 17, 2009, 9:12:54 PM (15 years ago)
Author:
rgrieder
Message:

Dividing the resource locations isn't necessary after all: The trick is not to initialise them without a renderer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource2/src/core/GraphicsManager.h

    r5654 r5657  
    9797        shared_ptr<XMLFile> resources_;                //!< XML with resource locations
    9898        shared_ptr<XMLFile> extResources_;             //!< XML with resource locations in the external path (only for dev runs)
    99         shared_ptr<XMLFile> resourcesGraphics_;        //!< XML with resource locations (with renderer)
    100         shared_ptr<XMLFile> extResourcesGraphics_;     //!< XML with resource locations in the external path (only for dev runs) (with renderer)
    10199
    102100        // config values
Note: See TracChangeset for help on using the changeset viewer.