its probably wise (based on failures during stress testing) to use a 32 bit
reference counter in gdd
This commit is contained in:
@@ -498,7 +498,7 @@ protected:
|
||||
|
||||
gdd_NEWDEL_DATA // required for using generic new and remove
|
||||
private:
|
||||
mutable aitUint16 ref_cnt;
|
||||
mutable aitUint32 ref_cnt;
|
||||
aitUint8 flags;
|
||||
|
||||
const gdd* indexDD (aitIndex index) const;
|
||||
|
||||
Reference in New Issue
Block a user