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