Fixed resize handling of lightmaps, they are now recreated on resize()
[supertux.git] / src / video / sdl / sdl_lightmap.cpp
index 1d7f6c4..4f91e68 100644 (file)
@@ -112,6 +112,12 @@ SDLLightmap::draw_filled_rect(const DrawingRequest& request)
 }
 
 void
+SDLLightmap::draw_inverse_ellipse(const DrawingRequest& request)
+{
+  SDLPainter::draw_inverse_ellipse(m_renderer, request);
+}
+
+void
 SDLLightmap::get_light(const DrawingRequest& request) const
 {
   const GetLightRequest* getlightrequest