aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Particle.h
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2024-12-13 18:49:51 +0100
committerJAROWMR <jarorutjes07@gmail.com>2024-12-13 18:49:51 +0100
commit5ad9f5c81ae20f4b7aa2c1773bce8906096754f3 (patch)
tree7ec1a6363518998bd15895513314143457b73123 /src/crepe/Particle.h
parent68f7ea611af5b9a4c19375ab3d4a351facdea9a9 (diff)
friend explained
Diffstat (limited to 'src/crepe/Particle.h')
-rw-r--r--src/crepe/Particle.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/Particle.h b/src/crepe/Particle.h
index 49fec1f..0170117 100644
--- a/src/crepe/Particle.h
+++ b/src/crepe/Particle.h
@@ -14,8 +14,6 @@ namespace crepe {
* can also be reset or stopped.
*/
class Particle {
- // TODO: add friend particleSsytem and rendersystem. Unit test will fail.
-
public:
//! Position of the particle in 2D space.
vec2 position;