mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-01 02:21:25 +00:00
chore: format files touched by refactor/remove-vec3-tls
This commit is contained in:
@@ -26,9 +26,7 @@ Explosion::Explosion(Level* level, std::shared_ptr<Entity> source, double x,
|
||||
size = 16;
|
||||
}
|
||||
|
||||
Explosion::~Explosion() {
|
||||
delete random;
|
||||
}
|
||||
Explosion::~Explosion() { delete random; }
|
||||
|
||||
void Explosion::explode() {
|
||||
float oR = r;
|
||||
|
||||
Reference in New Issue
Block a user