Changeset 10557 for code/branches/core7/src/modules/objects/triggers
- Timestamp:
- Aug 29, 2015, 6:18:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/modules/objects/triggers/DistanceTrigger.cc
r9667 r10557 213 213 214 214 // Add the entity to the cache. 215 this->cache_ = WeakPtr<WorldEntity>(entity);215 this->cache_ = entity; 216 216 217 217 return true;
Note: See TracChangeset
for help on using the changeset viewer.