remove the environment data process from header

This commit is contained in:
Stephen Birarda 2015-07-16 16:24:26 -07:00
parent eb0ed438ec
commit 6d7b659dff

View file

@ -37,8 +37,6 @@ public:
EnvironmentData getClosestData(const glm::vec3& position);
int processPacket(NLPacket& packet);
private:
glm::vec3 getGravity (const glm::vec3& position); // NOTE: Deprecated
bool findCapsulePenetration(const glm::vec3& start,