Fix missing destroy_texture.
This commit is contained in:
parent
d0f739c603
commit
643c9a1bae
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user