Update src/CrawlAbstractLvl/private/obstaclered.cpp

Co-authored-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
Igor loschinin 2021-07-24 19:26:09 +03:00 committed by GitHub
parent 10830e0b9a
commit b8070c8cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,6 @@ ObstacleRed::ObstacleRed() : IWorldItem(AUTO_CLASS_NAME) {
setMash("qrc:/mesh/meshes/ObstacleRed.mesh");
setSize({2,2,2});
setColor("#ff1927");
setposition({300, 0, 200});
setZ(0);
}