diff options
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, |