mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
Fix for bug in texture_type
This commit is contained in:
parent
8214dca456
commit
db77e3e4ca
@ -151,7 +151,7 @@ write(ostream &out, int indent_level) const {
|
|||||||
|
|
||||||
if (get_texture_type() != TT_unspecified) {
|
if (get_texture_type() != TT_unspecified) {
|
||||||
indent(out, indent_level + 2)
|
indent(out, indent_level + 2)
|
||||||
<< "<Scalar> texture_type { " << get_texture_type() << " }\n";
|
<< "<Scalar> type { " << get_texture_type() << " }\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (get_format() != F_unspecified) {
|
if (get_format() != F_unspecified) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user