This commit is contained in:
h4570
2020-12-07 22:14:36 +01:00
parent 5787b6a920
commit 8a0f5f7b84
3 changed files with 0 additions and 22 deletions
-5
View File
@@ -37,11 +37,6 @@ Floor::~Floor() {}
// Methods
// ----
/** Init floor position and animation timer position
* @param spec pointer to 3D object specification
* @param spiral Spiral position
* @param initOffset Number of floor (index)
*/
void Floor::init(const Mesh &mother, const Point &spiral, const u8 &initOffset)
{
this->mesh.position.set(0.00F, -10.00F, 0.00F);