From 796db123b7ed519b6c60e7051756a9b5252f89b0 Mon Sep 17 00:00:00 2001 From: Faerbit Date: Tue, 24 Mar 2015 19:09:14 +0100 Subject: [PATCH] Removing useless assignment. --- game/level.cc | 1 - 1 file changed, 1 deletion(-) 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() {