mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 22:28:37 +02:00
remove the environment data process from header
This commit is contained in:
parent
eb0ed438ec
commit
6d7b659dff
1 changed files with 0 additions and 2 deletions
|
@ -37,8 +37,6 @@ public:
|
||||||
|
|
||||||
EnvironmentData getClosestData(const glm::vec3& position);
|
EnvironmentData getClosestData(const glm::vec3& position);
|
||||||
|
|
||||||
int processPacket(NLPacket& packet);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
glm::vec3 getGravity (const glm::vec3& position); // NOTE: Deprecated
|
glm::vec3 getGravity (const glm::vec3& position); // NOTE: Deprecated
|
||||||
bool findCapsulePenetration(const glm::vec3& start,
|
bool findCapsulePenetration(const glm::vec3& start,
|
||||||
|
|
Loading…
Reference in a new issue