fix GpuGuiInitialize premake build files
w
This commit is contained in:
@@ -47,7 +47,7 @@ int sGlutScreenWidth = 640;
|
||||
int sGlutScreenHeight = 480;
|
||||
int sLastmousepos[2] = {0,0};
|
||||
|
||||
#include "basic_initialize/b3OpenCLUtils.h"
|
||||
#include "Bullet3OpenCL/Initialize/b3OpenCLUtils.h"
|
||||
|
||||
cl_context g_cxMainContext;
|
||||
cl_command_queue g_cqCommandQue;
|
||||
@@ -544,4 +544,4 @@ int main(int argc, char* argv[])
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user