mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -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::
|
void PfmFile::
|
||||||
set_no_data_value(const LPoint4f &no_data_value) {
|
set_no_data_value(const LPoint4f &no_data_value) {
|
||||||
|
nassertv(is_valid());
|
||||||
|
|
||||||
_has_no_data_value = true;
|
_has_no_data_value = true;
|
||||||
_no_data_value = no_data_value;
|
_no_data_value = no_data_value;
|
||||||
switch (_num_channels) {
|
switch (_num_channels) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user