mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 16:14:43 -04:00
Update gdgifexporter addon - closes #387
Note that you need Godot 3.2.4+ for the issue to be solved, the leaks still seem to occur in Godot 3.2.3 and prior.
This commit is contained in:
parent
c18c705748
commit
2d8d522031
2 changed files with 5 additions and 4 deletions
|
@ -13,9 +13,10 @@ class TreeNode:
|
|||
var average_color: Array
|
||||
var axis: int
|
||||
var median: int
|
||||
var parent: TreeNode
|
||||
var left: TreeNode
|
||||
var right: TreeNode
|
||||
# Comments is workaround for Godot memory leak bug
|
||||
var parent#: TreeNode
|
||||
var left#: TreeNode
|
||||
var right#: TreeNode
|
||||
|
||||
|
||||
func _init(_parent: TreeNode, _colors: Array):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue