Don't pass along unused btStackAlloc everywhere. The API change might user code (derived classes with the old virtual method are not called anymore)
This commit is contained in:
@@ -149,6 +149,11 @@ public:
|
||||
{
|
||||
m_azi = azi;
|
||||
}
|
||||
|
||||
void setEle(float ele)
|
||||
{
|
||||
m_ele = ele;
|
||||
}
|
||||
|
||||
void setCameraUp(const btVector3& camUp)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user