Do a quit at end of blendmap generation

This commit is contained in:
Segey Lapin
2019-10-17 16:08:46 +03:00
parent 189c9a5831
commit ef47eb9093

View File

@@ -134,5 +134,6 @@ func _ready():
# var max_normal = triset.get_max_normal()
# print([minp, maxp, min_normal, max_normal])
print("complete")
get_tree().quit()
# print("deflate size: ", deflate_size, " rle size: ", rle_size)