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