From 763e91044a4e9c8905ee082457cb42da36a38cc0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 8 Jun 2017 17:54:12 +0300 Subject: Add missing function parameters. --- src/particle/particle.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/particle') diff --git a/src/particle/particle.cpp b/src/particle/particle.cpp index 419105cbd..89ac1aa7d 100644 --- a/src/particle/particle.cpp +++ b/src/particle/particle.cpp @@ -118,8 +118,9 @@ Particle::~Particle() ParticleEngine::particleCount--; } -void Particle::draw(Graphics *restrict const, - const int, const int) const restrict2 +void Particle::draw(Graphics *restrict const graphics A_UNUSED, + const int offsetX A_UNUSED, + const int offsetY A_UNUSED) const restrict2 { } -- cgit v1.2.3-60-g2f50