mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 15:13:30 +02:00
moved EntityMotionState.* to CustomMotionState.*
This commit is contained in:
parent
57f13f3a7c
commit
01b76af9d0
3 changed files with 1 additions and 1 deletions
libraries/physics/src
|
@ -17,7 +17,7 @@
|
|||
#include <btBulletDynamicsCommon.h>
|
||||
|
||||
#include "BulletUtil.h"
|
||||
#include "EntityMotionState.h"
|
||||
#include "CustomMotionState.h"
|
||||
#include "PositionHashKey.h"
|
||||
#include "ShapeManager.h"
|
||||
#include "UUIDHashKey.h"
|
||||
|
|
Loading…
Reference in a new issue