fixed two issues that hinder linux build

This commit is contained in:
Erwin Coumans 2006-04-05 02:01:34 +00:00
parent 35f1059887
commit bb23675a9f
2 changed files with 7 additions and 7 deletions

@ -74,7 +74,7 @@ void ConvexTriangleCallback::ProcessTriangle(SimdVector3* triangle)
input.m_maximumDistanceSquared = 1e30f;//?
gjkDetector.GetClosestPoints(input,output);
gjkDetector.GetClosestPoints(input,output,0);
}

@ -17,13 +17,13 @@
#include "RAS_GLExtensionManager.h"
#include "MT_assert.h"
#ifndef NDEBUG
#ifdef WIN32
#define spit(x) std::cout << x << std::endl;
#endif //WIN32
#else
//#ifndef NDEBUG
//#ifdef WIN32
//#define spit(x) std::cout << x << std::endl;
//#endif //WIN32
//#else
#define spit(x)
#endif
//#endif
RAS_ListSlot::RAS_ListSlot()
: KX_ListSlot(),