diff --git a/game/level.cc b/game/level.cc index a01dfb5..74c7f8f 100644 --- a/game/level.cc +++ b/game/level.cc @@ -8,7 +8,6 @@ Level::Level(std::string xmlFilePath) { skydomeSize = 50.0f; physics = Physics(); this->xmlFilePath = xmlFilePath; - this->farPlane = farPlane; } Level::Level() {