Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6633 in orxonox.OLD for trunk/src/util/loading/resource_manager.h


Ignore:
Timestamp:
Jan 21, 2006, 1:05:05 AM (18 years ago)
Author:
bensch
Message:

trunk: some minors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/loading/resource_manager.h

    r6467 r6633  
    7474
    7575  // more specific
     76  union {
     77#ifndef NO_MODEL
    7678  float             modelSize;         //!< the size of the model (OBJ/PRIM)
    77 #ifndef NO_MODEL
    7879  char*             secFileName;       //!< a seconf fileName
    7980#endif /* NO_MODEL */
     
    8485  GLenum            texTarget;
    8586#endif /* NO_TEXTURES */
     87  };
    8688};
    8789
Note: See TracChangeset for help on using the changeset viewer.