mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
commas now required
This commit is contained in:
parent
1fca3f16ab
commit
4bcb8ab8c3
@ -73,7 +73,7 @@ dclass DistributedObjectHolder : DistributedObject {
|
||||
|
||||
// In addition to fixed-length arrays and unbounded arrays, you can
|
||||
// specify a range for the valid size of the array:
|
||||
setRelatedObjects(AvatarObject relatedObjects[0, 3 - 5] = [])
|
||||
setRelatedObjects(AvatarObject relatedObjects[0, 3 - 5] = []);
|
||||
};
|
||||
|
||||
// You can specify a default initial value on the typedef, if you
|
||||
|
Loading…
x
Reference in New Issue
Block a user