mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
assertion error
This commit is contained in:
parent
96b048519e
commit
e0d23cd027
@ -931,6 +931,8 @@ set_no_data_nan(int num_channels) {
|
||||
////////////////////////////////////////////////////////////////////
|
||||
void PfmFile::
|
||||
set_no_data_value(const LPoint4f &no_data_value) {
|
||||
nassertv(is_valid());
|
||||
|
||||
_has_no_data_value = true;
|
||||
_no_data_value = no_data_value;
|
||||
switch (_num_channels) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user