enable alignment macros for Linux

This commit is contained in:
erwincoumans
2013-05-22 17:59:13 -07:00
parent ee5195d3e8
commit 98a877a80d
2 changed files with 10 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ static void MyResizeCallback( float width, float height)
b3gWindowInterface* window=0;
GwenUserInterface* gui = 0;
bool gPause = true;
bool gPause = false;
bool gReset = false;
enum
@@ -68,7 +68,9 @@ int selectedDemo = 0;
GpuDemo::CreateFunc* allDemos[]=
{
// ConcaveCompound2Scene::MyCreateFunc,
GpuConvexScene::MyCreateFunc,
// GpuConvexScene::MyCreateFunc,
//ConcaveSphereScene::MyCreateFunc,
GpuBoxPlaneScene::MyCreateFunc,
GpuConvexPlaneScene::MyCreateFunc,