mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-14 04:03:46 +00:00
Corrected some path-slash wrongness
This commit is contained in:
parent
aae0c0613b
commit
6a5661ddc7
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
#include "ts/collada/colladaShapeLoader.h"
|
||||
|
||||
#include "ts/assimp/assimpShapeLoader.h"
|
||||
#include <ts\tsShapeConstruct.h>
|
||||
#include "ts/tsShapeConstruct.h"
|
||||
|
||||
|
||||
ConsoleDocClass(AssetImportConfig,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#include "assets/assetManager.h"
|
||||
#include "module/moduleManager.h"
|
||||
#include "util/settings.h"
|
||||
#include "gui\controls\guiTreeViewCtrl.h"
|
||||
#include "gui/controls/guiTreeViewCtrl.h"
|
||||
|
||||
/// <summary>
|
||||
/// AssetImportConfig is a SimObject derived object intended to act as a container for all the necessary configuration data when running the Asset Importer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue