소스 검색

fixed a bug that causes some recipies to be discarded during loading

Kolja Strohm 2 년 전
부모
커밋
6d822962b1
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      FactoryCraft/RecipieLoader.cpp

+ 0 - 2
FactoryCraft/RecipieLoader.cpp

@@ -21,8 +21,6 @@ RecipieLoader::~RecipieLoader()
 
 void RecipieLoader::loadRecipies(const char* path)
 {
-    shapedLists.leeren();
-    lists.leeren();
     std::cout << "loading recipies from '" << path << "'" << std::endl;
     Framework::Datei d;
     d.setDatei(path);