Ver Fonte

[shgraph] Added default comment to comments

Clément Espeute há 1 ano atrás
pai
commit
3de8bafec6
1 ficheiros alterados com 1 adições e 1 exclusões
  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")
 @description("A box that allows you to comment your graph")
 @group("Comment")
 @group("Comment")
 class Comment extends ShaderNode {
 class Comment extends ShaderNode {
-	@prop() public var comment : String = "";
+	@prop() public var comment : String = "Comment";
 	@prop() public var width : Float = 200;
 	@prop() public var width : Float = 200;
 	@prop() public var height : Float = 200;
 	@prop() public var height : Float = 200;