Fix missing destroy_texture.

This commit is contained in:
2022-12-20 17:47:21 +01:00
parent d0f739c603
commit 643c9a1bae

View File

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