Parcourir la source

remove bogus assert

David Rose il y a 14 ans
Parent
commit
eb0f42af91
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      panda/src/express/multifile.cxx

+ 0 - 1
panda/src/express/multifile.cxx

@@ -1826,7 +1826,6 @@ extract_subfile(int index, const Filename &filename) {
     fname.set_binary();
   }
 
-  nassertr(fname.is_binary_or_text(), false);
   if (!fname.is_binary_or_text()) {
     // If we haven't specified binary or text, infer it from the type
     // of the subfile.