fixed two issues that hinder linux build
This commit is contained in:
		@@ -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(),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user