Browse Source

[shgraph] Added default comment to comments

Clément Espeute 1 year ago
parent
commit
3de8bafec6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hrt/shgraph/nodes/Comment.hx

+ 1 - 1
hrt/shgraph/nodes/Comment.hx

@@ -10,7 +10,7 @@ import hide.view.GraphInterface;
 @description("A box that allows you to comment your graph")
 @group("Comment")
 class Comment extends ShaderNode {
-	@prop() public var comment : String = "";
+	@prop() public var comment : String = "Comment";
 	@prop() public var width : Float = 200;
 	@prop() public var height : Float = 200;