Added thread safe packet handlers
This commit is contained in:
@ -9,7 +9,6 @@ var history: Array[float] = []
|
||||
|
||||
func _init():
|
||||
history.resize(HISTORY_SIZE)
|
||||
thread_safe = true
|
||||
|
||||
func handle_packet(data: PackedByteArray):
|
||||
var id := data[0]
|
||||
|
Reference in New Issue
Block a user