mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -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) {
|
||||
indent(out, indent_level + 2)
|
||||
<< "<Scalar> texture_type { " << get_texture_type() << " }\n";
|
||||
<< "<Scalar> type { " << get_texture_type() << " }\n";
|
||||
}
|
||||
|
||||
if (get_format() != F_unspecified) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user