소스 검색

Fix sculpt compile

luboslenco 7 달 전
부모
커밋
fd5b47753a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      armorsculpt/sources/export_obj.ts

+ 3 - 0
armorsculpt/sources/export_obj.ts

@@ -96,3 +96,6 @@ function export_obj_run(path: string, paint_objects: mesh_object_t[], apply_disp
 
 	iron_file_save_bytes(path, o, 0);
 }
+
+function export_obj_run_fast(path: string, paint_objects: mesh_object_t[]) {
+}