Browse Source

Corrected some path-slash wrongness

Areloch 5 năm trước cách đây
mục cha
commit
6a5661ddc7

+ 1 - 1
Engine/source/T3D/assets/assetImporter.cpp

@@ -12,7 +12,7 @@
 #include "ts/collada/colladaShapeLoader.h"
 
 #include "ts/assimp/assimpShapeLoader.h"
-#include <ts\tsShapeConstruct.h>
+#include "ts/tsShapeConstruct.h"
 
 
 ConsoleDocClass(AssetImportConfig,

+ 1 - 1
Engine/source/T3D/assets/assetImporter.h

@@ -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.