Browse Source

test: fix Touky's brainfart.

legacy
Sam Hocevar sam 12 years ago
parent
commit
c081275aca
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      test/Physics/Include/BulletCharacterController.h
  2. +1
    -1
      test/Physics/Src/BulletCharacterController.cpp

+ 1
- 1
test/Physics/Include/BulletCharacterController.h View File

@@ -30,7 +30,7 @@ namespace lol
namespace phys
{

#define 0
#if 0
#ifdef HAVE_PHYS_USE_BULLET

///BulletKinematicCharacterController is an object that supports a sliding motion in a world.


+ 1
- 1
test/Physics/Src/BulletCharacterController.cpp View File

@@ -33,7 +33,7 @@ namespace lol
namespace phys
{

#define 0
#if 0
#ifdef HAVE_PHYS_USE_BULLET

// static helper method


Loading…
Cancel
Save