mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Probably fixed compilation with GCC 4.8.
This commit is contained in:
@@ -700,11 +700,6 @@ love::Vector ParticleSystem::getOffset() const
|
||||
return offset;
|
||||
}
|
||||
|
||||
void ParticleSystem::setColor(const Colorf &color)
|
||||
{
|
||||
setColor({color});
|
||||
}
|
||||
|
||||
void ParticleSystem::setColor(const std::vector<Colorf> &newColors)
|
||||
{
|
||||
colors = newColors;
|
||||
|
||||
Reference in New Issue
Block a user