mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
compiler warning
This commit is contained in:
parent
6154ac04bf
commit
c86cd6de5d
@ -94,6 +94,9 @@ operator << (ostream &out, TypeHandle::MemoryClass mem_class) {
|
|||||||
|
|
||||||
case TypeHandle::MC_deleted_chain_inactive:
|
case TypeHandle::MC_deleted_chain_inactive:
|
||||||
return out << "deleted_chain_inactive";
|
return out << "deleted_chain_inactive";
|
||||||
|
|
||||||
|
case TypeHandle::MC_limit:
|
||||||
|
return out << "limit";
|
||||||
}
|
}
|
||||||
|
|
||||||
return out
|
return out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user