Fix missing destroy_texture.

This commit is contained in:
Roz K 2022-12-20 17:47:21 +01:00
parent d0f739c603
commit 643c9a1bae
Signed by: roz
GPG Key ID: 51FBF4E483E1C822

View File

@ -269,6 +269,7 @@ def main():
destroy_texture(sea_polar_textures) destroy_texture(sea_polar_textures)
destroy_texture(sea_detail_texture) destroy_texture(sea_detail_texture)
destroy_texture(heightmap) destroy_texture(heightmap)
destroy_texture(normalmap)
destroy_triangles(sky_triangles) destroy_triangles(sky_triangles)
archive.destroy() archive.destroy()
destroy_shader(terrain_shader) destroy_shader(terrain_shader)