Add primitives directory to rbank lookup (needed file_index.cfg - is this the correct primitives dir?)

This commit is contained in:
kaetemi 2014-02-07 01:01:19 +01:00
parent 29a70767b4
commit 9ef5fcaacd

View file

@ -159,6 +159,8 @@ cf.write("\n")
cf.write("Pathes = {\n")
mkPath(log, WorldEditorFilesDirectory);
cf.write("\t\"" + WorldEditorFilesDirectory + "\", \n");
mkPath(log, PrimitivesDirectory);
cf.write("\t\"" + PrimitivesDirectory + "\", \n");
for dir in IgLookupDirectories:
mkPath(log, ExportBuildDirectory + "/" + dir)
cf.write("\t\"" + ExportBuildDirectory + "/" + dir + "\", \n")