Removing useless assignment.

This commit is contained in:
Faerbit 2015-03-24 19:09:14 +01:00
parent b39e6702cc
commit 796db123b7

View File

@ -8,7 +8,6 @@ Level::Level(std::string xmlFilePath) {
skydomeSize = 50.0f;
physics = Physics();
this->xmlFilePath = xmlFilePath;
this->farPlane = farPlane;
}
Level::Level() {