summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
Diffstat (limited to 'src/code')
-rw-r--r--src/code/z_eff_blure.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/code/z_eff_blure.c b/src/code/z_eff_blure.c
index de9932df8..6ac53632f 100644
--- a/src/code/z_eff_blure.c
+++ b/src/code/z_eff_blure.c
@@ -658,6 +658,7 @@ void EffectBlure_DrawSmooth(EffectBlure* this2, GraphicsContext* gfxCtx) {
OPEN_DISPS(gfxCtx);
if (this->numElements < 2) {
+ //! @bug Skips CLOSE_DISPS
return;
}
@@ -678,6 +679,7 @@ void EffectBlure_DrawSmooth(EffectBlure* this2, GraphicsContext* gfxCtx) {
mtx = SkinMatrix_MtxFToNewMtx(gfxCtx, &sp5C);
if (mtx == NULL) {
+ //! @bug Skips CLOSE_DISPS
return;
}