mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 07:03:36 -04:00
pnmimagetypes: Recognize .bw as extension for SGI images
This commit is contained in:
parent
32c73763e2
commit
eee10c9feb
@ -24,7 +24,7 @@
|
||||
using std::string;
|
||||
|
||||
static const char * const extensions_sgi[] = {
|
||||
"rgb", "rgba", "sgi"
|
||||
"rgb", "rgba", "sgi", "bw"
|
||||
};
|
||||
static const int num_extensions_sgi = sizeof(extensions_sgi) / sizeof(const char *);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user