Removing useless assignment.
This commit is contained in:
parent
b39e6702cc
commit
796db123b7
@ -8,7 +8,6 @@ Level::Level(std::string xmlFilePath) {
|
||||
skydomeSize = 50.0f;
|
||||
physics = Physics();
|
||||
this->xmlFilePath = xmlFilePath;
|
||||
this->farPlane = farPlane;
|
||||
}
|
||||
|
||||
Level::Level() {
|
||||
|
Loading…
Reference in New Issue
Block a user