mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:48:09 +02:00
remove unused variables
This commit is contained in:
parent
83157b573a
commit
7f381ac4c4
1 changed files with 0 additions and 4 deletions
|
@ -17,8 +17,6 @@
|
||||||
#include "CharacterGhostShape.h"
|
#include "CharacterGhostShape.h"
|
||||||
#include "CharacterRayResult.h"
|
#include "CharacterRayResult.h"
|
||||||
|
|
||||||
const btScalar DEFAULT_STEP_UP_HEIGHT = 0.5f;
|
|
||||||
|
|
||||||
|
|
||||||
CharacterGhostObject::~CharacterGhostObject() {
|
CharacterGhostObject::~CharacterGhostObject() {
|
||||||
removeFromWorld();
|
removeFromWorld();
|
||||||
|
@ -29,8 +27,6 @@ CharacterGhostObject::~CharacterGhostObject() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const int16_t wtf = 9; // adebug wtf?
|
|
||||||
|
|
||||||
void CharacterGhostObject::setCollisionGroupAndMask(int16_t group, int16_t mask) {
|
void CharacterGhostObject::setCollisionGroupAndMask(int16_t group, int16_t mask) {
|
||||||
_collisionFilterGroup = group;
|
_collisionFilterGroup = group;
|
||||||
_collisionFilterMask = mask;
|
_collisionFilterMask = mask;
|
||||||
|
|
Loading…
Reference in a new issue