Merge pull request #2 from Foxar/master

PR Review, removing commented line
This commit is contained in:
Michał Mostowik
2020-12-10 17:43:36 +01:00
committed by GitHub
+1 -2
View File
@@ -14,7 +14,6 @@ u8 Mine::lastSoundBuffer = 4;
Mine::Mine()
{
//mesh.loadObj("mine/", "mine", 10.F, false);
mesh.position.set(0.0F, 0.0F, 0.0F);
bExploding = false;
@@ -32,4 +31,4 @@ void Mine::update()
explosionTicks++;
mesh.scale++;
}
}
}