mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-21 05:59:27 -05:00
allow 256-color colormapped tga file
This commit is contained in:
@@ -33,7 +33,7 @@ struct ImageHeader;
|
||||
|
||||
|
||||
/* Max number of colors allowed for colormapped output. */
|
||||
#define TGA_MAXCOLORS 256
|
||||
#define TGA_MAXCOLORS 257
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Class : PNMFileTypeTGA
|
||||
|
||||
Reference in New Issue
Block a user