summaryrefslogtreecommitdiff
path: root/src/particle
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-08 17:54:12 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-08 23:41:37 +0300
commit763e91044a4e9c8905ee082457cb42da36a38cc0 (patch)
treea73f68e02e083fc9b236ea7a18ef406dd5ea0a46 /src/particle
parentdd3b6609584e59e8c3b67624c9800c5d0e2a2208 (diff)
downloadplus-763e91044a4e9c8905ee082457cb42da36a38cc0.tar.gz
plus-763e91044a4e9c8905ee082457cb42da36a38cc0.tar.bz2
plus-763e91044a4e9c8905ee082457cb42da36a38cc0.tar.xz
plus-763e91044a4e9c8905ee082457cb42da36a38cc0.zip
Add missing function parameters.
Diffstat (limited to 'src/particle')
-rw-r--r--src/particle/particle.cpp5
1 files changed, 3 insertions, 2 deletions
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
{
}