mikymod 11 лет назад
Родитель
Сommit
a37816056f
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      engine/compilers/BundleCompiler.cpp

+ 4 - 0
engine/compilers/BundleCompiler.cpp

@@ -105,6 +105,10 @@ bool BundleCompiler::compile(const char* bundle_dir, const char* source_dir, con
 			continue;
 		if (files[i].ends_with(".dds"))
 			continue;
+		if (files[i].ends_with(".sh"))
+			continue;
+		if (files[i].ends_with(".sc"))
+			continue;
 
 		const char* filename = files[i].c_str();