Skip to content

Commit

Permalink
[Bugfix] 'Fixes' the mini picture generation on Ogre 1.9
Browse files Browse the repository at this point in the history
Fixes: RigsOfRods#468

Is there any reason not to fix it like that?
  • Loading branch information
ulteq committed Jan 17, 2016
1 parent 7e2c8e0 commit 989b42a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/main/resources/CacheSystem.cpp
Expand Up @@ -1573,7 +1573,6 @@ void CacheSystem::generateFileCache(CacheEntry &entry, Ogre::String directory)
if (files->empty())
{
deleteFileCache(const_cast<char*>(dst.c_str()));
return;
}

size_t fsize = 0;
Expand Down

0 comments on commit 989b42a

Please sign in to comment.