Thunderstorm sounds (from Auria and Some_Person)
[supertux.git] / src / video / gl / gl_renderer.cpp
index 5b62d2d..c688912 100644 (file)
@@ -48,10 +48,10 @@ inline void intern_draw(float left, float top, float right, float bottom,
   if(effect & VERTICAL_FLIP) 
     std::swap(uv_top, uv_bottom);
 
-  // unrotated blit
   glBlendFunc(blend.sfactor, blend.dfactor);
   glColor4f(color.red, color.green, color.blue, color.alpha * alpha);
  
+  // unrotated blit
   if (angle == 0.0f) {
     float vertices[] = {
       left, top,