diff options
| author | jacob1 <jfu614@gmail.com> | 2013-10-26 16:10:10 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-10-26 16:10:10 (GMT) |
| commit | a4da2566ecf3802f0dfdf7fc2ddba58ede246025 (patch) | |
| tree | d62f43aab33bf577826b7c9fe39d42a3e00344a3 /src/simulation/elements/VIRS.cpp | |
| parent | 48ecbce554a8ec33daefd7b1e84b31f8e199f186 (diff) | |
| download | powder-a4da2566ecf3802f0dfdf7fc2ddba58ede246025.zip powder-a4da2566ecf3802f0dfdf7fc2ddba58ede246025.tar.gz | |
fix virus graphics
Diffstat (limited to 'src/simulation/elements/VIRS.cpp')
| -rw-r--r-- | src/simulation/elements/VIRS.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/elements/VIRS.cpp b/src/simulation/elements/VIRS.cpp index b30eecf..92ef220 100644 --- a/src/simulation/elements/VIRS.cpp +++ b/src/simulation/elements/VIRS.cpp @@ -153,6 +153,7 @@ int Element_VIRS::update(UPDATE_FUNC_ARGS) //#TPT-Directive ElementHeader Element_VIRS static int graphics(GRAPHICS_FUNC_ARGS) int Element_VIRS::graphics(GRAPHICS_FUNC_ARGS) { + *pixel_mode |= PMODE_BLUR; *pixel_mode |= NO_DECO; return 1; } |
