mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
*** empty log message ***
This commit is contained in:
parent
d0aee9aed7
commit
42c76273ad
@ -152,8 +152,8 @@ write_header() {
|
||||
}
|
||||
|
||||
if( sgi_storage_type != STORAGE_VERBATIM ) {
|
||||
table = new TabEntry[_num_channels * _x_size];
|
||||
memset(table, 0, _num_channels * _x_size * sizeof(TabEntry));
|
||||
table = new TabEntry[_num_channels * _y_size];
|
||||
memset(table, 0, _num_channels * _y_size * sizeof(TabEntry));
|
||||
}
|
||||
|
||||
write_rgb_header(sgi_imagename.c_str());
|
||||
|
Loading…
x
Reference in New Issue
Block a user