Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 23, 2009, 8:53:51 PM (15 years ago)
Author:
scheusso
Message:

some cleaning up and memory leak fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/netp6/src/network/synchronisable/SynchronisableSpecialisations.cc

    r3214 r3227  
    7373    registerVariable(variable.y, mode, cb, bidirectional);
    7474  }
    75 //   template <> void Synchronisable::registerVariable( Vector2& variable, uint8_t mode, NetworkCallbackBase* cb, bool bidirectional)
    76 //   {
    77 //     registerVariable( (const ColourValue&)variable, mode, cb, bidirectional);
    78 //   }
    7975 
    8076  template <> void Synchronisable::registerVariable( const Vector3& variable, uint8_t mode, NetworkCallbackBase* cb, bool bidirectional)
Note: See TracChangeset for help on using the changeset viewer.