Static VFS now supported for gAssetStorage lookup.
This commit is contained in:
@@ -40,16 +40,18 @@
|
||||
#include "llvfile.h"
|
||||
#include "llvfs.h"
|
||||
|
||||
|
||||
LLViewerAssetStorage::LLViewerAssetStorage(LLMessageSystem *msg, LLXferManager *xfer,
|
||||
LLVFS *vfs, const LLHost &upstream_host)
|
||||
: LLAssetStorage(msg, xfer, vfs, upstream_host)
|
||||
LLVFS *vfs, LLVFS *static_vfs,
|
||||
const LLHost &upstream_host)
|
||||
: LLAssetStorage(msg, xfer, vfs, static_vfs, upstream_host)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
LLViewerAssetStorage::LLViewerAssetStorage(LLMessageSystem *msg, LLXferManager *xfer,
|
||||
LLVFS *vfs)
|
||||
: LLAssetStorage(msg, xfer, vfs)
|
||||
LLVFS *vfs, LLVFS *static_vfs)
|
||||
: LLAssetStorage(msg, xfer, vfs, static_vfs)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user