mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
minor warning fix
This commit is contained in:
parent
eccea893f3
commit
a31d6cbc37
@ -4219,7 +4219,7 @@ read_dds_level_generic_uncompressed(Texture *tex, const DDSHeader &header,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
nassertr(p <= image.p() + size, false);
|
nassertr(p <= image.p() + size, false);
|
||||||
for (int b = 0; b < skip_bytes; ++b) {
|
for (int bi = 0; bi < skip_bytes; ++bi) {
|
||||||
in.get();
|
in.get();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user