mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
update multiple inheritance comment
This commit is contained in:
parent
4f1a424610
commit
b1a9ec1f09
@ -58,7 +58,10 @@ struct AvatarObject {
|
||||
};
|
||||
|
||||
|
||||
// Single inheritance is supported, but not multiple inheritance.
|
||||
// Single inheritance and multiple inheritance are both supported, but
|
||||
// to use multiple inheritance you have to (for now) define
|
||||
// "dc-multiple-inheritance 1" in your Config.prc file.
|
||||
|
||||
dclass DistributedObjectHolder : DistributedObject {
|
||||
dropObject(AvatarObject object);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user