Fixed resize handling of lightmaps, they are now recreated on resize()
authorIngo Ruhnke <grumbel@gmail.com>
Fri, 29 Aug 2014 06:28:38 +0000 (08:28 +0200)
committerIngo Ruhnke <grumbel@gmail.com>
Fri, 29 Aug 2014 06:28:38 +0000 (08:28 +0200)
commitcbf531acc2e6462780dc8c713839f1e745ef7f95
tree04d814cbc63b1d912630a74097daf3e642133eda
parent98eb08a125491e17546d98843c9bdb8db88adc6f
Fixed resize handling of lightmaps, they are now recreated on resize()
13 files changed:
src/supertux/main.cpp
src/supertux/screen_manager.cpp
src/video/drawing_context.cpp
src/video/drawing_context.hpp
src/video/gl/gl_lightmap.hpp
src/video/gl/gl_video_system.cpp
src/video/gl/gl_video_system.hpp
src/video/lightmap.hpp
src/video/sdl/sdl_lightmap.cpp
src/video/sdl/sdl_lightmap.hpp
src/video/sdl/sdl_video_system.cpp
src/video/sdl/sdl_video_system.hpp
src/video/video_system.hpp