PR Review, removing commented line

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