mikymod 11 роки тому
батько
коміт
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();