Changeset 9395
- Timestamp:
- Oct 15, 2012, 3:12:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/shaders/src/libraries/core/Resource.cc
r8351 r9395 101 101 ptr->group = group; 102 102 ptr->size = it->uncompressedSize; 103 if (dynamic_cast< Ogre::FileSystemArchive*>(it->archive) != NULL)103 if (dynamic_cast<const Ogre::FileSystemArchive*>(it->archive) != NULL) 104 104 { 105 105 boost::filesystem::path base(it->archive->getName());
Note: See TracChangeset
for help on using the changeset viewer.