Bug or my fault?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Mynijo

How is it possible that temp =! temp2 is?

func do()
	i = r.instance()
	temp = i.tags
	i._init()
	temp2  = i.tags

func _init():
	tags.append(e_rune_tag.shoot)

did you try to print what temp and temp2 have?

printt(temp, temp2)

2 t is not typo.

volzhs | 2018-06-27 00:55