From ef47eb90936e4e4284d799481013188346554463 Mon Sep 17 00:00:00 2001 From: Segey Lapin Date: Thu, 17 Oct 2019 16:08:46 +0300 Subject: [PATCH] Do a quit at end of blendmap generation --- proto2/tests/test-triangles.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/proto2/tests/test-triangles.gd b/proto2/tests/test-triangles.gd index e272b2e..12b51d0 100644 --- a/proto2/tests/test-triangles.gd +++ b/proto2/tests/test-triangles.gd @@ -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)