updated autogenerated msvc projectfiles, minor fix in Gimpact/btGImpactShape.h (shapeType) and btWin32ThreadInterface.
This commit is contained in:
@@ -105,6 +105,7 @@ protected:
|
||||
public:
|
||||
btGImpactShapeInterface()
|
||||
{
|
||||
m_shapeType=GIMPACT_SHAPE_PROXYTYPE;
|
||||
m_localAABB.invalidate();
|
||||
m_needs_update = true;
|
||||
localScaling.setValue(1.f,1.f,1.f);
|
||||
|
||||
@@ -114,6 +114,10 @@ public:
|
||||
///tell the task scheduler we are done with the SPU tasks
|
||||
virtual void stopSPU();
|
||||
|
||||
virtual void setNumTasks(int numTasks)
|
||||
{
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
#endif //WIN32_THREAD_SUPPORT_H
|
||||
|
||||
Reference in New Issue
Block a user