mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
remove bogus assert
This commit is contained in:
parent
6b3cc48bb6
commit
eb0f42af91
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user