Bug markers now have their info properly set when first created.
This commit is contained in:
@@ -131,8 +131,8 @@ func __get_label_ids_for_submission_data(label_array:Array, label_group_id:int,
|
||||
button.remove_theme_color_override("font_color")
|
||||
return true
|
||||
|
||||
func __submission_response(response:Variant) -> void:
|
||||
submitted.emit(map_name, bug_location, bug_rotation)
|
||||
func __submission_response(bug:BugbotBugData) -> void:
|
||||
submitted.emit(bug)
|
||||
queue_free()
|
||||
|
||||
func _on_cancel_button_pressed() -> void:
|
||||
|
||||
Reference in New Issue
Block a user