]> git.mxchange.org Git - flightgear.git/commit
Free the splash texture memory when it's no longer needed. Nowadays splash
authormfranz <mfranz>
Wed, 2 May 2007 18:49:31 +0000 (18:49 +0000)
committermfranz <mfranz>
Wed, 2 May 2007 18:49:31 +0000 (18:49 +0000)
commit943828875531b31e5a829364de9e2013020c3ddf
treeecde0088f0b4c0c363bebe09dec75af58e6791d8
parent1f07903cd6997f2ccfe10c8ecf6f51920f32042f
Free the splash texture memory when it's no longer needed. Nowadays splash
textures are mostly 512x512 pixels, so we wasted 786 kB (RGB) or 1MB (RGBA)
during the whole fgfs runtime for mere startup prettification.
src/Main/renderer.cxx
src/Main/splash.cxx
src/Main/splash.hxx