Assorted cleanup of compilation warnings. Also fixed some actual errors:
#include "renderTexture.h"...when the file is actually called 'RenderTexture.h'.
This commit is contained in:
@@ -16,8 +16,8 @@ subject to the following restrictions:
|
||||
#include "btConvexShape.h"
|
||||
|
||||
btConvexShape::btConvexShape()
|
||||
:m_collisionMargin(CONVEX_DISTANCE_MARGIN),
|
||||
m_localScaling(1.f,1.f,1.f)
|
||||
: m_localScaling(1.f,1.f,1.f),
|
||||
m_collisionMargin(CONVEX_DISTANCE_MARGIN)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user