From a3fc6ee53e2fd7955700aa29a9ee0d6fb14ad1dd Mon Sep 17 00:00:00 2001 From: Max Slater Date: Sun, 7 Mar 2021 11:14:37 -0500 Subject: [PATCH] Update particles.cpp --- src/student/particles.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/student/particles.cpp b/src/student/particles.cpp index e8d906f..6b5b126 100644 --- a/src/student/particles.cpp +++ b/src/student/particles.cpp @@ -1,7 +1,4 @@ -#include "../scene/particles.h" - - #include "../scene/particles.h" bool Particle::update(const PT::BVH& scene, float dt, float radius) { -- GitLab