Blur/add should be the default.

This commit is contained in:
Andrzej Kapolka 2013-08-14 16:58:04 -07:00
parent 7cd1360ba7
commit 690e2c1965

View file

@ -14,7 +14,7 @@
#include "GlowEffect.h"
#include "ProgramObject.h"
GlowEffect::GlowEffect() : _renderMode(DIFFUSE_ADD_MODE) {
GlowEffect::GlowEffect() : _renderMode(BLUR_ADD_MODE) {
}
static ProgramObject* createProgram(const QString& name) {