Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 8, 2010, 9:17:22 PM (14 years ago)
Author:
dafrick
Message:

Fixed bug in clone() (Argument needed to be as reference). Pickups seem to be working now (after very sporadic testing), more systematic testing (and probably still some more bug fixes) will follow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickup3/src/libraries/core/OrxonoxClass.h

    r6466 r6497  
    109109            bool isDirectParentOf(const OrxonoxClass* object);
    110110           
    111             virtual void clone(OrxonoxClass* item) {}
     111            virtual void clone(OrxonoxClass*& item) {}
    112112
    113113            inline unsigned int getReferenceCount() const
Note: See TracChangeset for help on using the changeset viewer.