mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
Blur/add should be the default.
This commit is contained in:
parent
7cd1360ba7
commit
690e2c1965
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue