fix build on systems without CUDA,
apply opcode patch: http://code.google.com/p/bullet/issues/detail?id=175
This commit is contained in:
@@ -27,7 +27,7 @@ subject to the following restrictions:
|
||||
// Precompiled Header
|
||||
#include "Stdafx.h"
|
||||
|
||||
using namespace IceCore;
|
||||
using namespace Opcode;
|
||||
|
||||
void IceCore:: SRand(udword seed)
|
||||
{
|
||||
@@ -49,3 +49,4 @@ udword IceCore::GetRandomIndex(udword max_index)
|
||||
return Index % max_index;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user