- Timestamp:
- Jun 28, 2009, 3:04:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/netp6/src/network/synchronisable/SynchronisableVariable.h
r3214 r3240 114 114 { 115 115 if (this->callback_ != 0) 116 { 116 117 NetworkCallbackManager::deleteCallback(this->callback_); //safe call for deletion 118 // this is neccessary because for example for a Vector3 all 3 components of the vector use the same callback 119 } 117 120 } 118 121
Note: See TracChangeset
for help on using the changeset viewer.