mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
* Cleanup: Minor cleanup of test code and an unused include.
This commit is contained in:
parent
66f9336995
commit
7665076b19
1 changed files with 0 additions and 2 deletions
|
|
@ -31,7 +31,6 @@
|
|||
|
||||
#include "platform/platformVolume.h"
|
||||
#include "core/util/zip/zipVolume.h"
|
||||
#include "core/memVolume.h"
|
||||
|
||||
using namespace Torque;
|
||||
using namespace Torque::FS;
|
||||
|
|
@ -71,7 +70,6 @@ bool MountDefaults()
|
|||
|
||||
dataDirectory.setFileName(TORQUE_APP_NAME);
|
||||
|
||||
Con::errorf("RAW DATA: %s", dataDirectory.getFullPath().c_str());
|
||||
mounted = Mount("data", Platform::FS::createNativeFS(dataDirectory.getFullPath()));
|
||||
if (!mounted)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue