Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2005, 12:17:07 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: rescale of the screen-size should reload Models too on windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/abstract_model.h

    r5672 r5790  
    128128
    129129  public:
    130     AbstractModel() {}
    131     virtual ~AbstractModel() {}
     130    AbstractModel() { }
     131    virtual ~AbstractModel() { }
    132132
    133133    inline const modelInfo* getModelInfo() const { return this->pModelInfo; }
Note: See TracChangeset for help on using the changeset viewer.