1
0
forked from 0ad/0ad

Atlas: Allow VFS reloading

This was SVN commit r2736.
This commit is contained in:
Ykkrosh 2005-09-16 06:07:04 +00:00
parent f0885bde69
commit 3ecdefe973

View File

@ -11,6 +11,7 @@
#include "lib/sdl.h"
#include "lib/ogl.h"
#include "lib/timer.h"
#include "lib/res/file/vfs.h"
#include "ps/CLogger.h"
using namespace AtlasMessage;
@ -159,6 +160,8 @@ bool BeginAtlas(int argc, char* argv[], void* dll)
//////////////////////////////////////////////////////////////////////////
vfs_reload_changed_files();
if (state.rendering)
{
Render_();