Cleanup: Remove special code for Visual Studio 2008.
Goodbye VC2008, it has been a pleasure (more or less) :D SCons / CMake cleaenup will follow. Differential Revision: https://developer.blender.org/D715
This commit is contained in:
@@ -84,7 +84,7 @@ void DrawRasterizerLine(const float* from,const float* to,int color);
|
||||
|
||||
// This was copied from the old KX_ConvertPhysicsObjects
|
||||
#ifdef WIN32
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1310)
|
||||
#ifdef _MSC_VER
|
||||
//only use SIMD Hull code under Win32
|
||||
//#define TEST_HULL 1
|
||||
#ifdef TEST_HULL
|
||||
|
Reference in New Issue
Block a user