diff --git a/src/bitmap.cpp b/src/bitmap.cpp index 24fb70f..a904888 100644 --- a/src/bitmap.cpp +++ b/src/bitmap.cpp @@ -1067,7 +1067,7 @@ void Bitmap::drawText(const IntRect &rect, const char *str, int align) Vec2i gpTexSize; shState->ensureTexSize(txtSurf->w, txtSurf->h, gpTexSize); - bool fastBlit = !p->touchesTaintedArea(posRect) && txtAlpha == 1.0f; + bool fastBlit = false; //!p->touchesTaintedArea(posRect) && txtAlpha == 1.0f; if (fastBlit) {