fixed rotation and translation issues for mesh and hull collision shapes

This commit is contained in:
nicola.candussi
2008-09-22 18:07:39 +00:00
parent a5da7347db
commit 965ef932e9
4 changed files with 68 additions and 41 deletions

View File

@@ -190,8 +190,8 @@ protected:
}
protected:
T *m_ptr;
shared_count *m_count;
T *m_ptr;
shared_count *m_count;
};