summaryrefslogtreecommitdiff
path: root/src/gpu/effects/particle_spray_effect.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/effects/particle_spray_effect.cc')
-rw-r--r--src/gpu/effects/particle_spray_effect.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/effects/particle_spray_effect.cc b/src/gpu/effects/particle_spray_effect.cc
index 3fd2590..a435884 100644
--- a/src/gpu/effects/particle_spray_effect.cc
+++ b/src/gpu/effects/particle_spray_effect.cc
@@ -8,7 +8,6 @@
// --- ParticleSprayEffect ---
ParticleSprayEffect::ParticleSprayEffect(const GpuContext& ctx) : Effect(ctx) {
- uniforms_.init(ctx_.device);
std::vector<Particle> init_p(NUM_PARTICLES);
for (Particle& p : init_p)
p.pos[3] = 0.0f;