chore: format files touched by refactor/remove-vec3-tls

This commit is contained in:
orng
2026-03-26 14:13:45 -05:00
parent 87e8078a65
commit 20982f11c1
16 changed files with 44 additions and 50 deletions

View File

@@ -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;