diff options
author | sotech117 <michael_foiani@brown.edu> | 2024-05-10 13:34:09 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2024-05-10 13:34:09 -0400 |
commit | 63d2e9cbf4508d5118c654e81ea4da33763dc73f (patch) | |
tree | 95f7fbb6838c9b3cba31d0f39783614b2149a6a3 /src/particlesystem.h | |
parent | 9a9bb1a85de1eddb993efa635a59c693c37ec32f (diff) |
jess updated
Diffstat (limited to 'src/particlesystem.h')
-rw-r--r-- | src/particlesystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particlesystem.h b/src/particlesystem.h index 608e229..26cb3f4 100644 --- a/src/particlesystem.h +++ b/src/particlesystem.h @@ -57,7 +57,7 @@ private: - float d = 2.f; + float d = 50.f; std::vector<float> m_vertices = { -d, d, 0,1, -d, -d, 0, 0, |