Removed unused readYaw variable.

This commit is contained in:
Geenz 2013-05-30 17:00:32 -04:00
parent 0dda2b88b5
commit 0a3dbcd675

View file

@ -1249,7 +1249,6 @@ void Avatar::writeAvatarDataToFile() {
void Avatar::readAvatarDataFromFile() {
glm::vec3 readPosition;
glm::vec3 readRotation;
float readYaw;
Application::getInstance()->getSettingVec3("avatarPos", readPosition, glm::vec3(6.1f, 0, 1.4f));
Application::getInstance()->getSettingVec3("avatarRotation", readRotation, glm::vec3(0, 0, 0));