Skip to content

Commit c5a7839

Browse files
committed
Fix warnings
1 parent ca1b8d8 commit c5a7839

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/Hypertext/Examples/RegexExample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace Hypertext
44
{
55
public class RegexExample : MonoBehaviour
66
{
7-
[SerializeField] RegexHypertext text;
7+
[SerializeField] RegexHypertext text = default;
88

99
const string RegexUrl = "http(s)?://([\\w-]+\\.)+[\\w-]+(/[\\w- ./?%&=]*)?";
1010
const string RegexHashtag = "[##][A-Za-zA-Za-z一-鿆0-90-9ぁ-ヶヲ-゚ー]+";

0 commit comments

Comments
 (0)