diff --git a/direct/src/doc/sample.dc b/direct/src/doc/sample.dc index 56e175dea0..06ac737362 100644 --- a/direct/src/doc/sample.dc +++ b/direct/src/doc/sample.dc @@ -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);